您的最佳的信息源和新聞 軟件, 微軟 并且 微軟 在互聯網

景色文章 名列前茅50 景色錄影 景色軟 景色幫助

howto

您當前瀏覽文章從 微軟視窗景色兼容軟件 匹配類別 howto.

改進您的無線網絡的10個技巧

如果窗口通知您關於一個微弱的信號,它大概意味您的連接不是一樣快速地或一樣可靠的,像它可能。 更壞,您也許整個地丟失您的連接在您的家的有些部分。 如果您看改進信號為您的無線網絡,嘗試其中一些技巧為延伸您的無線範圍和改進您的無線網絡表現。

1. 安置您的無線路由器(或無線訪問接入點)在一個中央位置

當可能時,安置您的無線路由器在一個中央位置在您的家。 如果您的無線路由器反對您的家外部牆壁,信號將是微弱的在您的家的另一邊。 不要擔心,如果您不可能移動您的無線路由器,因為有許多其他方式改進您的連接。 (更多…)

, , , , , , , , , , , , ,

寫由賈森 2007年11月7日沒有評論.
讀更多文章 指南 并且 寬頻 并且 無線網絡 并且 轉移的文件 并且 wifi 并且 無線信號 并且 無線路由器 并且 Wi Fi 并且 WiFi 并且 計算機 并且 計算機 并且 微軟 并且 互聯網 并且 互聯網 并且 howto 并且 無線 并且 硬件.

執行在對象â ™sp_sdidebugâ ™€否認的€允許,數據庫†˜master†™,所有者†˜dbo†™。

當我設法拿來一些數據從一個遙遠的數據庫,我從我的一ASP.NET網服務得到了這個錯誤。 我什么都沒有設法在網上搜尋可能的固定對這個問題,但發現了說服和如此認為出版解決問題的解答。

请注意:,如果您調試您的ASP.NET頁或網服務和手工附有工作者過程,這種解答也許只是有效的。

1. 附上到工作者過程。

圖像

圖像

2. With the aspnet_wp.exe highlighted hit the “Select…” button at the top right hand side.

image

You will get the “Select Code Type” dialog with the “Automatically determine the type of code to debug” selected. Now for ASP.NET to use the “Managed” code type by checking the “Managed” checkbox.

Try it again and it should work without the “EXECUTE permission denied on object ’sp_sdidebug’, database ‘master’, owner ‘dbo’.” error.

Hope it helps. Let me know of any issues or alternate solutions in comments.

Written by askars on October 25th, 2007 with 1 comment.
Read more articles on howto and Misc and ASP.NET and .Net and Visual Studio and Tips and Tricks.

ASP.NET 2.0 Server Side Comments

Ever wonder how to write comments within an aspx file? <!– –> won’t cut it as it gets processed on the server side and the resulting HTML will contain the commented code as processed. Enter, <%– –%>. There are 2 ways you can truly comment on an aspx file.

One way. for example,

<%–

Anything within this block will not be parsed/handled by ASP.NET.

<asp:TextBox runat=”server”></asp:TextBox>

–%>

And here is the other visual way of doing it,

image

Hope it helps.

Written by askars on September 30th, 2007 with no comments.
Read more articles on howto and ASP.NET and .Net and Visual Studio and Tips and Tricks.

Change the default web browser used in Visual Studio 2005

Ever wonder how you can change the default web browser used in Visual Studio 2005 IDE? It’s pretty simple.

  • Right click on any .aspx file on your IDE’s Solution Explorer
  • Click on the “Select With…” menu option
  • In the dialog that pops-up select the browser that you want the IDE to be defaulted with. If your browser is not listed you can add your browser to the list
  • Click on the “Set as default” button to make the selected browser as the default browser for the IDE

And that’s all to it to set the default browser for your Visual Studio 2005 IDE.

Written by askars on September 9th, 2007 with no comments.
Read more articles on howto and Visual Studio and Tips and Tricks.

Video How To: Getting Started with Subversion and Source Control

Even though this is little off topic I wanted to bring this to you all. I’ve been using Visual SourceSafe and lately Team Foundation Server for change management. Even though Team Foundation Server seems to be a lot better than Visual SourceSafe still I felt a lot better with Subversion. I’ve used that before and it boasts quite a few of features that’s missing on it’s Microsoft counterpart. For those of you who haven’t seen what Subversion means, here is a video from Dan Wahlin that will make you Subversion aware.

Getting started with Subversion and Source Control

Written by askars on August 23rd, 2007 with no comments.
Read more articles on Tools and Concept and What Is and howto.

Unpublished Microsoft Interviewing Tips

Chris Sells, one of my favorite Microsoftie, puts out 6 bulleted list of unpublished tips on getting interviewed at Microsoft. Here are those at a glimpse,

  • Your interviewer cares most about 1) how you think and 2) what you feel, so be vocal about both.
  • Don’t be afraid to ask clarifying questions.
  • Let the interviewer know how you feel about the job.
  • Answer questions from your own experiences.
  • You have to like us, too.
  • Don’t talk about money during the interview.

You can read the details of these bullet points from here. You can also read his “Published Microsoft Interviewing Tips” from here.

tags: , , , , ,

Written by askars on July 18th, 2007 with no comments.
Read more articles on Opinions and Misc and howto and Microsoft and Tips and Tricks.

« Older articles

No newer articles