I dont have a local host on my computer so can I make an asp.net web application?
Printable View
I dont have a local host on my computer so can I make an asp.net web application?
If you want to code it in Notepad or something, I think Visual Studio requires that some form of WebServer be running. You can use Personal Web Server on the Windows 9x discs or IIS. They are all free why not just run one.
Go to http://www.asp.net and download Web Matrix. It's an ASP.NET editor and comes with it's own built-in web server for testing.Quote:
Originally posted by markman
I dont have a local host on my computer so can I make an asp.net web application?
Works with Windows 2000 or XP.
John
perfect :)
Do I have to get that 30mb addon?
The 33MB "add-on" is MSDE. It's the mini version of SQL Server. It's not needed to use Matrix. You can still use Access databases without it.Quote:
Originally posted by markman
perfect :)
Do I have to get that 30mb addon?
John