|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
support asp debug in vs 2005?
Is it possible to change the web.config or machine.config file to allow
access to an .asp page? I'm new to .Net 2.0. Thanks. I got error: Server Error in '/xxx1' Application. -------------------------------------------------------------------------------- This type of page is not served. Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.asp' may be incorrect. Please review the URL below and make sure that it is spelled correctly. Requested URL: /xxx/admin/upgrade.asp js wrote:
> Is it possible to change the web.config or machine.config file to http://www.aspfaq.com/show.asp?id=2147> allow access to an .asp page? I'm new to .Net 2.0. Thanks. > > I got error: > > -- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup. Thanks Bob,
how to debug asp in Visual Web Developer 2005, I set an breakpoint, but it didn't stop there. it said: the breakpoint will not currently be hit. no symbols have been loaded for this document. how to set it up? Thanks again. Show quote "Bob Barrows [MVP]" <reb01501@NOyahoo.SPAMcom> wrote in message news:%23W68UjFSGHA.4608@tk2msftngp13.phx.gbl... > js wrote: >> Is it possible to change the web.config or machine.config file to >> allow access to an .asp page? I'm new to .Net 2.0. Thanks. >> >> I got error: >> >> > http://www.aspfaq.com/show.asp?id=2147 > -- > Microsoft MVP -- ASP/ASP.NET > Please reply to the newsgroup. The email account listed in my From > header is my spam trap, so I don't check it very often. You will get a > quicker response by posting to the newsgroup. > > js wrote:
> Thanks Bob, classic asp or .Net?> > how to debug asp > in Visual Web Developer 2005, There was no way for you to know it, but this is a classic asp newsgroup.While you may be lucky enough to find a dotnet-savvy person here who can answer your question, you can eliminate the luck factor by posting your question to a newsgroup where the dotnet-savvy people hang out. I suggest microsoft.public.dotnet.framework.aspnet. > I set an breakpoint, For this question, I would suggest microsoft.public.vsnet.debugging> but it didn't stop there. > it said: the breakpoint will not currently be hit. no symbols have > been loaded for this document. > -- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup. Tools - Attach to Process - w3wp.exe
Do this and open asp file, points break point, then you can debug -- Show quote/*********************************/ Blog : http://ddongdog.egloos.com Wiki : http://wiki.ddongdog.com JinHyoung Lee /*********************************/ "js" <js@some***@hotmail.com> wrote in message news:eASGRfFSGHA.1204@TK2MSFTNGP12.phx.gbl... > Is it possible to change the web.config or machine.config file to allow > access to an .asp page? I'm new to .Net 2.0. Thanks. > > I got error: > > > > Server Error in '/xxx1' Application. > -------------------------------------------------------------------------------- > > This type of page is not served. > Description: The type of page you have requested is not served because it > has been explicitly forbidden. The extension '.asp' may be incorrect. > Please review the URL below and make sure that it is spelled correctly. > > Requested URL: /xxx/admin/upgrade.asp > > > |
|||||||||||||||||||||||