• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can VS.NET code regular ASP pages?

You can use notepad to code an .asp page 😀

I think what you are asking is whether the .net server will render .asp pages. I will find out tonight when I install VS.Net along with its framework or whatever the hell they are calling it now hehe. But from what my friend says the server( Ibelieve it is IIS6.0) will render .asp and asp.net pages just fine. But after a quick run through yesterday I see no reason to be using vbscript anymore. I was skeptical of .net but after hearing about what it can do I am 95% convinced this thing will rock!

Gen
 
Actually I already use EditPlus to code all of my ASP. 😀

I'm just looking for an excuse to get my company to buy .NET.
 
Yes, VS.NET *CAN* create ASP files. Simply go File->New->Script->Active Server Page.

VS.NET is a replacement for all the constituents of Visual Studio. With that in mind, you should find a Visual Studio analog for everything in VS.NET.

Personally, I use UltraEdit for ASP files.
 
Back
Top