Search Results

0
votes

How to specify the namespace when referencing a table in a dataset

From MSDN: DataSet.Namespace The Namespace property is used whe …
1
vote

Why do I get “Unable to start debugging on web server” when running asp.net?

Error: Unable to Start Debugging on the Web Server Check the points in the MSDN article above. IME, its no …
1
vote

Get Data From An Uploaded Excel File Without Saving to File System

This is something I've been playing with recently. Check this post: Write an excel workboo …
3
votes

DNS of the server where ASP.NET application is run

This will get you the DNS IP for the server that is hosting the web site void GetDNSServerAddress() { NetworkInterface[] nics = NetworkInterface.GetAllNetworkInterfaces( …
2
votes

What do I need to run ASP.NET web applications on my personal machine for testing purposes?

You already have everything you need to run ASP.NET applications; Visual Studio 2008 has an inbuilt web server 'Casinni' …