<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Migrating from Visual Studio .NET 2003 to Visual Studio 2005 </title><link>http://forums.asp.net/1012.aspx</link><description>Discuss issues, strategies, tips, etc. for migrating from Visual Studio .NET 2003 to Visual Studio 2005</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Unable to start debugging on the web server. Permission problem.</title><link>http://forums.asp.net/thread/3449298.aspx</link><pubDate>Fri, 09 Oct 2009 06:13:35 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3449298</guid><dc:creator>onlineatoz.net</dc:creator><author>onlineatoz.net</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3449298.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=3449298</wfw:commentRss><description>&lt;p&gt;I got solution from here &amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.onlineatoz.net/onlineatoznet/forum/post/Unable-to-start-debugging-on-the-web-server.aspx"&gt;http://www.onlineatoz.net/onlineatoznet/forum/post/Unable-to-start-debugging-on-the-web-server.aspx&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;p&gt;i hope this useful for u...&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Unable to start debugging on the web server. Permission problem.</title><link>http://forums.asp.net/thread/3034085.aspx</link><pubDate>Tue, 24 Mar 2009 16:23:48 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:3034085</guid><dc:creator>sid_aspforum</dc:creator><author>sid_aspforum</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/3034085.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=3034085</wfw:commentRss><description>&lt;p&gt;Found this while I had the same problem. You can keep it as a reference even if you have resolved your issue.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.geocities.com/vinnisharma/EnablingASPNETDebugging.htm"&gt;http://www.geocities.com/vinnisharma/EnablingASPNETDebugging.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;-Sid&lt;/p&gt;</description></item><item><title>Re: Unable to start debugging on the web server. Permission problem.</title><link>http://forums.asp.net/thread/1187541.aspx</link><pubDate>Fri, 03 Feb 2006 00:42:46 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1187541</guid><dc:creator>floorcookie</dc:creator><author>floorcookie</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1187541.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1187541</wfw:commentRss><description>&lt;p&gt;&lt;font face=Arial&gt;Open up a Visual Studio Command prompt and paste in the following:&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Courier New"&gt;Echo Stop IIS &lt;br /&gt;iisreset /stop &lt;br /&gt;echo "----------------------"&amp;nbsp; &lt;br /&gt;echo "Deleting the ASPNET account." &lt;br /&gt;net user ASPNET /delete &lt;br /&gt;echo "----------------------" &lt;br /&gt;echo "Reregistering ASP.NET and the ASPNET account." &lt;br /&gt;aspnet_regiis -i &lt;br /&gt;echo "Restarting IIS." &lt;br /&gt;iisreset /start &lt;br /&gt;echo "----------------------"&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial&gt;Then try.&amp;nbsp; It may then tell you it can't access the temp files.&amp;nbsp; If it tells you that, go to &lt;font face="Courier New"&gt;C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files&lt;/font&gt; (or wherever your temp files are) and delete the entire folder containing your project's temp files.&amp;nbsp; (You may have to close VS 2005 before it "lets go" of the temp folder and allows you to delete it).&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face=Arial&gt;-- Mike&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Courier New"&gt;&lt;/font&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Unable to start debugging on the web server. Permission problem.</title><link>http://forums.asp.net/thread/1187489.aspx</link><pubDate>Thu, 02 Feb 2006 23:15:54 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1187489</guid><dc:creator>grundt</dc:creator><author>grundt</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1187489.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1187489</wfw:commentRss><description>&lt;p&gt;Though it's not easy, it most definately is doable (for a non-administrator account to run an IIS ASP.Net application in the debugger).&lt;/p&gt;
&lt;p&gt;See:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/tchDevelopingSoftwareInVisualStudioNETWithNon-AdministrativePrivileges.asp"&gt;Developing Software in Visual Studio .NET with Non-Administrative Privileges&lt;/a&gt;&amp;nbsp;(specifically, the Developing Software section)&lt;/p&gt;
&lt;p&gt;&lt;a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;329290"&gt;How to use the ASP.NET utility to encrypt credentials and session state connection strings&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;One note of &lt;font color=#ff0000&gt;&lt;strong&gt;caution&lt;/strong&gt;&lt;/font&gt; ... make a backup of the machine.config file before you edit it ... the first time I&amp;nbsp;attempted encrypting the&amp;nbsp;credentials (as per the 2nd link), I did it&amp;nbsp;incorrectly and windows would not&amp;nbsp;start up&amp;nbsp;(luckily I had made a backup, and was able to restore the file in safe-mode)&lt;/p&gt;</description></item><item><title>Re: Unable to start debugging on the web server. Permission problem.</title><link>http://forums.asp.net/thread/1187221.aspx</link><pubDate>Thu, 02 Feb 2006 19:09:43 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1187221</guid><dc:creator>TimMurtaugh</dc:creator><author>TimMurtaugh</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1187221.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1187221</wfw:commentRss><description>&lt;p&gt;Thanks for your help. I changed my application to a "file system" web site. Now it runs under the ASP.NET Development Server (cassini web server) and&amp;nbsp; I can debug it. I eventually did get my application to run under IIS, but&amp;nbsp;it was difficult and I could only debug when I was running as an administrator. As a general rule, we are trying to get away from running with administrative privileges&lt;/p&gt;
&lt;p&gt;I wish Microsoft had somehow warned my about this when I converted my project from VS 2002 to VS 2005 (maybe in the upgrade log or the conversion report). It would have saved me a couple of days of work.&lt;/p&gt;
&lt;p&gt;Tim&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Unable to start debugging on the web server. Permission problem.</title><link>http://forums.asp.net/thread/1174965.aspx</link><pubDate>Fri, 20 Jan 2006 23:10:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1174965</guid><dc:creator>alexgav</dc:creator><author>alexgav</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1174965.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1174965</wfw:commentRss><description>&lt;p&gt;Tim,&lt;/p&gt;
&lt;p&gt;I am sorry if this is a silly question, but does your account have administrative privileges? &amp;nbsp;Just because you can run an app, it doesn't mean you can automatically debug it. For example, you can run &lt;a href="http://www.microsoft.com"&gt;www.microsoft.com&lt;/a&gt;, but I don't think you would be able to debug it &lt;img src="/emoticons/emotion-1.gif" alt="Smile [:)]" /&gt;&lt;/p&gt;
&lt;p&gt;When you create a new web site, you are probably creating a "file system" web site, which, as you noticed and as Dennis explained, does not use IIS to run your web site (it uses a separate web server "Cassini" to run your application). Those webs can be debugged without administrative privileges. Your converted app is probably an IIS app. You need to be an admin to debug that. &lt;/p&gt;
&lt;p&gt;You can try opening your app as a file system web, e.g., do File-&amp;gt;Open Web Web Site, make sure "File System" is selected, browse to the root of your web site and open it. Most of the web apps should work like that. After that you should be able to debug it.&lt;/p&gt;
&lt;p&gt;See if that works for you.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Alex&lt;/p&gt;</description></item><item><title>Re: Unable to start debugging on the web server. Permission problem.</title><link>http://forums.asp.net/thread/1174923.aspx</link><pubDate>Fri, 20 Jan 2006 22:27:53 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1174923</guid><dc:creator>dbottjer</dc:creator><author>dbottjer</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1174923.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1174923</wfw:commentRss><description>Also you don't have to uninstall 2005.&amp;nbsp; You can run both versions side by side.</description></item><item><title>Re: Unable to start debugging on the web server. Permission problem.</title><link>http://forums.asp.net/thread/1174921.aspx</link><pubDate>Fri, 20 Jan 2006 22:26:25 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1174921</guid><dc:creator>dbottjer</dc:creator><author>dbottjer</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1174921.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1174921</wfw:commentRss><description>&lt;p&gt;Tim,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Visual Studio 2005 unlike previous versions has the option to run ASP.NET web applications using basically a version of the cassini web server instead of IIS.&amp;nbsp; This is an option for several reason.&amp;nbsp; First, it allows developers to create and test web application without needing to install IIS on there machines.&amp;nbsp; Not having IIS installed on every developers machine is more secure.&amp;nbsp; You'll notice the :3713 after http:.//localhost.&amp;nbsp; This is a random port that was selected to run your web application which is also more secure.&amp;nbsp; Furthmore, Cassini is only started and running when you run you web application.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; As for your debugging problems I would make several suggestions.&amp;nbsp; On a Windows XP machine the .NET framework runs under the ASP.NET account I would double check your web application's directory and make sure this account is assigned.&amp;nbsp; Furthermore, I would click the "Advanced" button on the Security tab and choose to replace the permissions.&amp;nbsp; Meaning you want to make sure that all the files in your web application's directory have this account assigned as well.&amp;nbsp; Perhaps during the conversion process this&amp;nbsp;account wasn't properly assigned.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;</description></item><item><title>Re: Unable to start debugging on the web server. Permission problem.</title><link>http://forums.asp.net/thread/1174589.aspx</link><pubDate>Fri, 20 Jan 2006 17:52:04 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1174589</guid><dc:creator>TimMurtaugh</dc:creator><author>TimMurtaugh</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1174589.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1174589</wfw:commentRss><description>&lt;p&gt;Still another update. As I said in a previous post, I created a simple web application in VS 2005. It runs with and without debugging. I notice that when I run it (both with&amp;nbsp;and without debugging), something called ASP.NET Development Server also runs with says it runs ASP.NET applications locally. It is evidently running my test as like this: &lt;a href="http://localhost:3713/WebSiteTest"&gt;http://localhost:3713/WebSiteTest&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;ASP.NET Development Server does not run when I try to debug my converted project.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Unable to start debugging on the web server. Permission problem.</title><link>http://forums.asp.net/thread/1174538.aspx</link><pubDate>Fri, 20 Jan 2006 17:21:03 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1174538</guid><dc:creator>TimMurtaugh</dc:creator><author>TimMurtaugh</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1174538.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1174538</wfw:commentRss><description>&lt;p&gt;Another update. I logged in to my computer as an administrator to see if I could run my project in the debugger. The debugger does seem to start, IE opens with the URL &lt;a href="http://localhost/LeedsD_Dev/"&gt;http://localhost/LeedsD_Dev/&lt;/a&gt;&amp;nbsp;(LeedsD_Dev is my web application), but I get the error "HTTP Error 403 - You are not authorized to view this page."&lt;/p&gt;
&lt;p&gt;The output window in Visual Studio indicates that I am attaching to the aspnet process:&lt;/p&gt;
&lt;p&gt;&lt;font size=3&gt;Auto-attach to process '[1728] aspnet_wp.exe' on machine 'ARDENT78' succeeded.
&lt;p&gt;So logging in with adminstrator privilges simply creates a new set of problems.&lt;/p&gt;
&lt;p&gt;Unless this is resolved soon, I'm&amp;nbsp;uninstalling VS 2005 and reverting to VS 2002. I can't afford to waste time when I have development to complete!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;/p&gt;</description></item><item><title>Re: Unable to start debugging on the web server. Permission problem.</title><link>http://forums.asp.net/thread/1174358.aspx</link><pubDate>Fri, 20 Jan 2006 14:42:56 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1174358</guid><dc:creator>TimMurtaugh</dc:creator><author>TimMurtaugh</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1174358.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1174358</wfw:commentRss><description>&lt;p&gt;As an update to my previous post, I created a new web application in Visual Studio 2005 just to see if I could run it in the debugger, and I can. It is only the converted project that I cannot debug.&lt;/p&gt;
&lt;p&gt;I should say that I have not changed my permissions at all. I can debug a new VC 2005 project, but not a converted project. I have the same permissions I had when I was using VS 2002 and debugging without problems.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Unable to start debugging on the web server. Permission problem.</title><link>http://forums.asp.net/thread/1173762.aspx</link><pubDate>Thu, 19 Jan 2006 22:04:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1173762</guid><dc:creator>TimMurtaugh</dc:creator><author>TimMurtaugh</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1173762.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=1012&amp;PostID=1173762</wfw:commentRss><description>&lt;p&gt;Today I upgraded my web application from Visual Studio 2002 to Visual Studio 2005 by&amp;nbsp;running the Conversion Wizard. Now when I attempt to debug through Visual Studio, I get this error:&lt;/p&gt;
&lt;p&gt;Unable to start debugging on the web server. You do not have permissions to debug the web server process. You need to either be running as the same user account as the web server, or have administrator privilege.&lt;/p&gt;
&lt;p&gt;I can run my project without debugging, I get this error only when I try to debug.&lt;/p&gt;
&lt;p&gt;Thanks for you help,&lt;/p&gt;
&lt;p&gt;Tim&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>