andycharger
Centurion
- Joined
- Apr 2, 2003
- Messages
- 152
I have build an application that works fine on my local machine. It is an ASP.net solution with a SQL Server databse.
I have created the same solution on my domain server so people can use it as an intranet site.
However.....
When they log on (which they can do) and select pages with data driven info, it all works fine.
However.....
When they try to answer questions and store information, i get an error. I have traced it down to an insert statement.
So it appears that my database lets me SELECT but not INSERT.
Can someone help me understand what user permissions I need to create on SQL server or what I need to change in my application?
On my local machine, there seems to be a user called ASPNET in SQL Server. On the Domain server, there does not seem to be one but in Active directory one called ASPNET does exist!
Help me please. Im pulling my hair out!
I have created the same solution on my domain server so people can use it as an intranet site.
However.....
When they log on (which they can do) and select pages with data driven info, it all works fine.
However.....
When they try to answer questions and store information, i get an error. I have traced it down to an insert statement.
So it appears that my database lets me SELECT but not INSERT.
Can someone help me understand what user permissions I need to create on SQL server or what I need to change in my application?
On my local machine, there seems to be a user called ASPNET in SQL Server. On the Domain server, there does not seem to be one but in Active directory one called ASPNET does exist!
Help me please. Im pulling my hair out!