vs.net 2005 does set all the current projects to run under 2.0 so you have
to switch to 1.1
i dont know why you get the internal server error. but if you manage of open
the project under 2003 then go to
Build >> Configuration Manager - Set the active configuration to Debug
--
Regards,
Hermit Dave
(
http://hdave.blogspot.com)
"Bruce Schechter" <bruce@coding-r-us.com> wrote in message
news:#usXVTwjEHA.3456@TK2MSFTNGP12.phx.gbl...[color=blue]
> Thanks for the guidance.
>
> I ran the "version switcher" as recommended. In fact it seems that IIS[/color]
was[color=blue]
> configured to execute ASP.NET (aspx) apps via dotnet version 2.0 and so I
> switched it back to version 1.1. So, I no longer get the original error
> message described in my earlier message.
>
> However, now I get a different error... When opening my project, vs.net
> 2003 gives this error message via a dialog box:
> "The Web server reported the following error when attempting to create or
> open the Web project located at the following URL: 'http://localhost/gta'.
> 'HTTP/1.1 500 Internal Server Error'."
>
> Alternatively, I typed the address of my application[/color]
(
http://localhost/gta)[color=blue]
> into IE. The resulting page givesan error message, which I cut-and-pasted
> below.
>
> Unfortunately, I was not able to understand how to execute the second
> recommendation regarding "Project >> Configuration Mananger" from Hermit
> Dave.
>
> In addition to debugging this current problem, I would appreciate any
> recommendations for articles about how to maintain two versions of vs.net
> (in my case 2003 and 2005) simultaneously installed for ASP.NET[/color]
development[color=blue]
> on one machine.
>
> Thanks,
> Bruce
>
> ******* Start of error message from IE **********
> Server Error in '/gta' Application.
> --------------------------------------------------------------------------[/color]
--[color=blue]
> ----
> Server cannot access application directory 'C:\Inetpub\wwwroot\gta\'. The
> directory does not exist or is not accessible because of security[/color]
settings.[color=blue]
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information
> about the error and where it originated in the code.
>
> Exception Details: System.Web.HttpException: Server cannot access
> application directory 'C:\Inetpub\wwwroot\gta\'. The directory does not
> exist or is not accessible because of security settings.
>
> Source Error:
> An unhandled exception was generated during the execution of the current[/color]
web[color=blue]
> request. Information regarding the origin and location of the exception[/color]
can[color=blue]
> be identified using the exception stack trace below.
>
> Stack Trace:
> [HttpException (0x80004005): Server cannot access application directory
> 'C:\Inetpub\wwwroot\gta\'. The directory does not exist or is not[/color]
accessible[color=blue]
> because of security settings.]
> System.Web.HttpRuntime.EnsureAccessToApplicationDi rectory() +72
> System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +263
>
> [HttpException (0x80004005): ASP.NET Initialization Error]
> System.Web.HttpRuntime.FirstRequestInit(HttpContex t context) +965
> System.Web.HttpRuntime.ProcessRequestInternal(Http WorkerRequest wr)[/color]
+128[color=blue]
> --------------------------------------------------------------------------[/color]
--[color=blue]
> ----
> Version Information: Microsoft .NET Framework Version:1.1.4322.573;[/color]
ASP.NET[color=blue]
> Version:1.1.4322.573
>
> ******* End of error message from IE **********
>
>
> "Hermit Dave" <hermitd.REMOVE@CAPS.AND.DOTS.hotmail.com> wrote in message
> news:usIhk1ljEHA.3456@TK2MSFTNGP12.phx.gbl...[color=green]
> > Just yesterday i talked to two people who had a similar problem
> >
> > get yourself a version switcher
> >
http://www.denisbauer.com/NETTools/A...nSwitcher.aspx
> >
> > and check to see which version its currently bound to.
> > if its not bound to 1.1 then switch it to 1.1 and then try debugging.
> >
> > if its still gives you bother problems then
> > Project >> Configuration Mananger - Debug version
> > Web.config - Debug = true
> > and you should be a member of Administrators and Debuggers
> >
> > --
> >
> > Regards,
> >
> > Hermit Dave
> > (
http://hdave.blogspot.com)
> > "Bruce Schechter" <bruce@coding-r-us.com> wrote in message
> > news:#6FailljEHA.2500@TK2MSFTNGP09.phx.gbl...[color=darkred]
> > >
> > > I just started to develop an ASP.NET application in vs.net 2003 . But[/color]
> > each[color=darkred]
> > > time I try to execute the application (which is basically empty so[/color][/color][/color]
far),[color=blue]
> I[color=green][color=darkred]
> > > get a dialog box titled "Microsoft Development Environment" with this
> > > message:
> > >
> > > "Error while trying to run project: Unable to start debugging on the[/color][/color][/color]
web[color=blue][color=green][color=darkred]
> > > server. Server-side error occurred on sending debug HTTP request.
> > >
> > > Make sure the server is operating correctly. Verify there are no[/color][/color][/color]
syntax[color=blue][color=green][color=darkred]
> > > errors in web.config by doing a Debug.Start without debugging. You may[/color]
> > also[color=darkred]
> > > want to refer to the ASP.NET and ATL Server debugging topic in the[/color][/color]
> online[color=green][color=darkred]
> > > documentation."
> > >
> > > I have created ASP.NET code successfully in the past with my current
> > > installation of vs.net 2003, and I don't recall getting this error[/color][/color]
> message[color=green][color=darkred]
> > > before. Also, vs.net works fine for win forms development.
> > >
> > > What could cause this error message?
> > >
> > > The only significant change to my system configuration since my[/color][/color][/color]
previous[color=blue][color=green][color=darkred]
> > > ASP.NET development was my installation of the latest edition of[/color][/color][/color]
vs.net[color=blue][color=green]
> > 2005[color=darkred]
> > > from msdn downloads. Could this be a factor?
> > >
> > > Thanks,
> > > Bruce
> > >
> > >[/color]
> >
> >[/color]
>
>[/color]