Any idea to access database via IIS?
I use Web Matrix Web Server to test my application. It is fine when I update (e.g. INSERT INTO) to Sql Server 2000 database via Web Matrix Web Server. However, when I try to update my application via IIS Web Server, I got an error.
What is the solution behind?
|