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
Mufid Bagdadi
NA
146
24.4k
IIS, VM, AZURE. Configure web.config file classic ASP.NET.
May 14 2016 8:02 AM
Please suggest any required changes...
<?xml version="1.0"?>
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=169433
-->
<configuration>
<appSettings/>
<connectionStrings>
<add name="umangDatabase" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\umangDatabase.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<!--<customErrors defaultRedirect="errorPage.aspx" mode="On"></customErrors>-->
<authentication mode="Forms">
<forms defaultUrl="index.aspx" loginUrl="login.aspx" cookieless="AutoDetect"></forms>
</authentication>
<sessionState cookieless="false" timeout="200"></sessionState>
<compilation debug="true" targetFramework="4.0"/>
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/></system.web>
</configuration>
Reply
Answers (
1
)
Asp.net MVC (entity framwork)
Deleting Multiple rows in a GridView