Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:811991
More Search Options
RSS Available
Matching Posts
Re: Using ajax with VS 2005
whether the new application is ajax enabled.. If not try to added the ajax related information in the web.config file.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
chenthil_it
on 11/18/2008
Re: how to override machine.config file ?
You can't override machine.config by default it gets the default setting from it and the section can be overridden in the app.config for windows application and web.config for web application. You can use <Clear/> for clearing the default setting from each section.
Posted to
Configuration and Deployment
(Forum)
by
chenthil_it
on 11/4/2008
Re: User Management Deployment
It will be stored in the machine.config. You can override that in the web.config also. <connectionStrings> <add name="LocalSqlServer" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient" /> Like this in machine.config You can override in the web.config using <connectionStrings> <clear/> <add name="LocalSqlServer" connectionString
Posted to
Configuration and Deployment
(Forum)
by
chenthil_it
on 11/4/2008
Re: Framework 2.0 to 3.5 publish problem
'System.Web.Extensions, Version=3.5.0.0' This shows that your server is not having .net 3.5 or it is there but not configured in the IIS. Run register iis aspnet_regiis.exe from .net 3.5 folder and check. You can do it only for the virtual directory but going to the IIS right click the virutal directory properties --> ASP.NET and select the framework.
Posted to
Configuration and Deployment
(Forum)
by
chenthil_it
on 11/3/2008
Re: Error in Machine.config
1. Do you use MySql in your project? If so check whether there is an entry in the <DbproviderFactories> in web.config file. If it is there remove it. 2. Did you install any .net provider for MySql? 'MySql.Data.MySqlClient' it will update the entry in the machine.config file. Remove duplicate entries if there as ' Thomas Sun – MSFT ' said. Update if the problem exist.
Posted to
Configuration and Deployment
(Forum)
by
chenthil_it
on 11/3/2008
Re: Security
Also if you are hosting it with SSL the data transfer between the browser and the server will be encrypted. This will help you to improve the security by a level. Normally hacker trap the plain text that is transferred between the server and the client and get the password and important information.
Posted to
Security
(Forum)
by
chenthil_it
on 10/15/2008
Re: crash on large number of users
This is not a problem which u can solve in one step... it is a step by step process... find out the reason... Use creational patterns to restrict the creation of objects.. Use object, connection pooling... Check actually where the problem is first...
Posted to
Getting Started
(Forum)
by
chenthil_it
on 10/15/2008
Re: calling javascript function from page behind
use Page.RegisterClientScriptBlock()
Posted to
Getting Started
(Forum)
by
chenthil_it
on 10/15/2008
Re: Hindi Website
You need to understand unicode. http://unicode.org/standard/translations/hindi.html check this link.
Posted to
Localization
(Forum)
by
chenthil_it
on 10/15/2008
Re: User Management Deployment
You need sql server express or sql server 2005 to do that.. and also you mention you put the database.mdf file in the appcode make sure the permissions are proper and also the mapping of the connectionstring to use that...
Posted to
Configuration and Deployment
(Forum)
by
chenthil_it
on 10/14/2008
Page 1 of 29 (290 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 – Now in Visual Basic!!
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online