Cant find Server.Execute
-
I need to call Server.Execute form a classic asp app. But it doesnt appear in the drop downs. What patch or what thing do I install to get the Execute method to appear? Thanks, Nick 1 line of code equals many bugs. So don't write any!!
Hey Ista, Sorry to ask but, what does Server.Execute do? ;P daniero
-
I need to call Server.Execute form a classic asp app. But it doesnt appear in the drop downs. What patch or what thing do I install to get the Execute method to appear? Thanks, Nick 1 line of code equals many bugs. So don't write any!!
Are you talking about Intellisense? In VS2003/2005?? As far as I know the Intellisense supports ASP.NET, not .asp classic objects. You would need to use something like (eeeekk) Visual InterDev, which had basic Intellisense. Why not just type Server.Execute()? You can probably make a macro in VS to type it for you, or better yet, a custom code snippet in the snippets manager. Have fun. Practice sesquipedalianism! ;)
-
Hey Ista, Sorry to ask but, what does Server.Execute do? ;P daniero
-
Are you talking about Intellisense? In VS2003/2005?? As far as I know the Intellisense supports ASP.NET, not .asp classic objects. You would need to use something like (eeeekk) Visual InterDev, which had basic Intellisense. Why not just type Server.Execute()? You can probably make a macro in VS to type it for you, or better yet, a custom code snippet in the snippets manager. Have fun. Practice sesquipedalianism! ;)
-
Are you talking about Intellisense? In VS2003/2005?? As far as I know the Intellisense supports ASP.NET, not .asp classic objects. You would need to use something like (eeeekk) Visual InterDev, which had basic Intellisense. Why not just type Server.Execute()? You can probably make a macro in VS to type it for you, or better yet, a custom code snippet in the snippets manager. Have fun. Practice sesquipedalianism! ;)
-
Hey Ista, Sorry to ask but, what does Server.Execute do? ;P daniero
Okay man so I found out my company has asp 2.0. And I need 3.0. you wouldnt know where to get it would you? I dont use the dinosaur technology except rarely and Im baffled. so nevermind that. We do have asp 3.0 on our servers. And the method is available. You wouldn.t know how to show it in intellisense would you? Our site is 75% NET but I still have projects every once ina while in classic asp and would like to have it pop up in intellisense. Thanks, Nick Nick 1 line of code equals many bugs. So don't write any!! -- modified at 11:03 Monday 27th March, 2006
-
Okay man so I found out my company has asp 2.0. And I need 3.0. you wouldnt know where to get it would you? I dont use the dinosaur technology except rarely and Im baffled. so nevermind that. We do have asp 3.0 on our servers. And the method is available. You wouldn.t know how to show it in intellisense would you? Our site is 75% NET but I still have projects every once ina while in classic asp and would like to have it pop up in intellisense. Thanks, Nick Nick 1 line of code equals many bugs. So don't write any!! -- modified at 11:03 Monday 27th March, 2006
Okay, so if anyone ever wants to know the answer. Follow this link http://www.aspfaq.com/show.asp?id=2167[^] Replace the asp.dll file ( make a backup of course. You never know with anything thats related to miocrosoft ) and it will show up. Just too cool!! :) 1 line of code equals many bugs. So don't write any!!