Jump to content

Classic Asp Webpages Help


Recommended Posts

Posted

Bhayya naaku koncham Classic ASP web pages ela work avutayo help kaavali.....Nenu ASP.NET projects lo work chestunanu but nannu inko project kooda handle cheyyamanaru, adhi motham classic asp lo vundhi

 

oka sample project choosanu server side code *.asp files lo vuntayi ani ardham ayyindhi(either VBScript or Javascript or any scripting language) but client side aaa pages lo vuntayi??? 

 

classic asp pages ni ela compile chestaru?? server ki ela deploy chestaru?? dlls em vundavu kaada asalu browser nunchi call chesinapudu ela work avutayi??

 

evanni basic questions but nenu eppudu classic ASP lo work cheyyaledhu so peddage idea ledhu :(

 

 

Posted

iam working on classic asp projects.....but in my proj there is no way to run the app locally..mana .net laga localhost lo configure chesi run cheyyalemu(may be there is a solution) but most of the times old code kabbati COM+ Components konni work avvavu......

 

maa daantlo nenu support chese projs lo issues vasthe dev server loki velli....print statements,js aithe alert pettukunte nadispitha.......issues kuda alage untayi chinna logic change or method chnages tappa pedda pedda chnages undavu.....

Posted

How to debug classic ASP pages in VS 2005

RATE THIS
star-left-on.pngstar-right-on.pngstar-left-on.pngstar-right-on.pngstar-left-on.pngstar-right-on.pngstar-left-off.pngstar-right-off.pngstar-left-off.pngstar-right-off.png
24 Jun 2005 2:04 PM 
Quite a few people were unable to make VS 2005 to hit breakpoints in the server script in classic ASP pages. Little surprise here since the way we do ASP debugging changed since VS 2003 and there little or no information currently in VS 2005 Beta 2 docs on the topic (I filed a bug on this). Most importantly, setting BP and hitting F5 won't work - breakpoint never binds. Two key items here:

1. Classic ASP debugging only works with IIS. It does not work with the VS Development Web Server (Cassini).  
2. In VS 2005 you have to attach to the ASP worker process (w3wp.exe in IIS 6). 

Here is how to make ASP debugging work:

1. Enable ASP debugging on the server. (I also added DEBUG verb to the asp extension, but I am not sure if it is required). 
2. Open classic ASP in VS 2005. 
3. Set breakpoint. 
4. View page in browser or run without debugging. 
5. Debug | Attach to Process 
6. Locate IIS ASP worker process (w3wp.exe on IIS6) which exposes x86 and Script and attach as Script. 

At this point breakpoint should bind and you should be able to hit it. You may have to refresh the page in the browser to get the code executed again. I tried on Windows 2003 SP1 Standard Server running IIS 6 and it worked for me. I want to try on XP Pro + IIS 5 next. 
Posted

Thanks bhayya......so manam solution file create cheyyalemaa classic ASP projects nunchi??? Client side coding(HTML) ekkada vuntundhi aaa pages lo(*.xsl pages lonaa??)...Client side and server side scripts oke page lo cheyyochaa (.NET lo aspx and cs files gaa separate ayyi vuntundhi kadaa)

 

edanna changes cheyyali ante just *.asp file ni modify chesthe saripotundha(no need to compile )....manaki syntax errors ela telustayi?? (endukante naaku asalu VBScript raadu, so everything is trial error tho nerchukovali )

 

 

Sorry for too many questions :(

 

Posted

Thanks bhayya......so manam solution file create cheyyalemaa classic ASP projects nunchi??? Client side coding(HTML) ekkada vuntundhi aaa pages lo(*.xsl pages lonaa??)...Client side and server side scripts oke page lo cheyyochaa (.NET lo aspx and cs files gaa separate ayyi vuntundhi kadaa)

 

edanna changes cheyyali ante just *.asp file ni modify chesthe saripotundha(no need to compile )....manaki syntax errors ela telustayi?? (endukante naaku asalu VBScript raadu, so everything is trial error tho nerchukovali )

 

 

sorry for too many questions :(

naku kuda radhu vb kaani response.write statements tho debug chestha...syntax ante google cheyyi how to  do in vbscript ani

 

sol file cheyyachu but adhi compile ayyi exact ga .net page laga run avvalante konni settings marchali...online lo vethuku how to debug classic asp using vs ani

 

html....andvbscript .asp files lo ne untayi....

×
×
  • Create New...