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
Mark Tabor
589
2k
460.2k
System.ComponentModel.Win32Exception: Access is denied
Sep 5 2017 10:01 AM
I have downloaded a project and when i host it onto my hosting solution i am getting that error
"System.ComponentModel.Win32Exception: Access is denied" what whoud be the cuase i have asp.net MVC ticketing system the web.config show the database as
<connectionStrings>
<clear />
<add name="TicketDeskSecurityConnectionString" connectionString="Data Source=(localdb)\v11.0;AttachDbFilename=|DataDirectory|\TicketDesk.mdf;Integrated Security=True" providerName="System.Data.SqlClient" />
<add name="TicketDeskEntities" connectionString="metadata=res://*/Models.TicketDeskEntities.csdl|res://*/Models.TicketDeskEntities.ssdl|res://*/Models.TicketDeskEntities.msl;provider=System.Data.SqlClient;provider connection string="Data Source=(localdb)\v11.0;AttachDbFilename=|DataDirectory|\TicketDesk.mdf;Integrated Security=True;Connect Timeout=30;MultipleActiveResultSets=True"" providerName="System.Data.EntityClient" />
<add name="ElmahLog" connectionString="Data Source=(localdb)\v11.0;AttachDbFilename=|DataDirectory|\TicketDesk.mdf;Integrated Security=True" providerName="System.Data.SqlClient" />
</connectionStrings>
i think there is a problem with connection string i have no stand alone database i publish the whole project with same this connection string
Reply
Answers (
5
)
change paging color of Repeater on condition
how to concatenate textbox and dropdownlist value using java