TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mike Sportsman
NA
5
0
SQL ERROR FILE SYSTEM VS HTTP://
Oct 8 2009 12:08 PM
HI- I have developed an ASP.NET website using VS 2005 Created as an HTTP:// type project. It worked just fine. I then moved the SQL database to the production server. and made appropriate changes to the WEB.CONFIG file. I am now getting an error when trying to access the database. The Error is:Login failed for user ''. When I started trouble shooting this is what I discovered: I created a very simple website that used a gridview bound to a the data table on the remote server. Displayed on screen fine. I noticed that I accidently created the project as a File System type. I then duplicated the exact same simple test project only this time created as an HTTP type saved on the local IIS/wwwroot. The second scenario would not work and gives the same error. Could someone please explain why scenario 1 worked and scenario 2 would not? And what I need to do to correct the problem? Thanks-- Mike
Reply
Answers (
4
)
extract content from html code at code behind
retrieving image from database to image control