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:741008
More Search Options
RSS Available
Matching Posts
Re: web.config error
Hi, The error message means that there are 2 connection string named 'cahceConnection' in connectionStrings collection. You also can remove the old one from the collection and add this new one. For example: <connectionStrings> <remove name="cahceConnection" /> <add name="cahceConnection" connectionString="Data Source=Server1;Initial Catalog=dbname;User ID=abc;Password=abc" providerName="System.Data.SqlClient"/> </connectionStrings>
Posted to
Configuration and Deployment
(Forum)
by
Thomas Sun – MSFT
on 11/29/2009
Re: 2 web.config error
Hi, The error message relates to connection string. Were the product data and user data saved in same database? If they were in same database and using same connection string, it should work in admin folder. Please also check the page in the admin folder didn't hard code connection string in code. I look forward to receiving your test results.
Posted to
Configuration and Deployment
(Forum)
by
Thomas Sun – MSFT
on 11/29/2009
Re: Hosting in Localhost
Hi, To better understand the issue, please post exact error message here. When we want to deploy a website to server, we can precompile this website or xcopy the website files to the virtual directory on IIS, and then configure it, such as ASP.NET version etc. For more information, see Deploying ASP.NET Applications ( http://aspalliance.com/1464_Deploying_ASPNET_Applications.all). In addition, a log will be very useful for the trouble-shooting. We can consider the Windows Event Viewer or IIS logs
Posted to
Configuration and Deployment
(Forum)
by
Thomas Sun – MSFT
on 11/29/2009
Re: Image Redirecting
Hi, If you want to use the Image that exists in another website, you need to know the URL of the image and use it in your website. For example: <img src="http://newsite.com/xxx.jpeg" /> By doing so, the client browser will request this image from http://newsite.com . I look forward to receiving your test results.
Posted to
Configuration and Deployment
(Forum)
by
Thomas Sun – MSFT
on 11/29/2009
Re: Debug web service in web application project
Hi, Did you mean that your web services use your web application's web.config? Since the web services applications are in separate project and they will use their own web.config and xml file. Please make sure you modify the right web.config. If I misunderstood you, please clarify the issue and post the step to reproduce the issue. I look forward to receiving your test results.
Posted to
VS 2005 Web Application Projects
(Forum)
by
Thomas Sun – MSFT
on 11/29/2009
Re: About Compilation Error and Development Server
Hi, The "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Csc.exe /noconfig /nowarn:1701,1702 /errorreport:prompt /warn:4 /define:DEBUG;TRACE /reference:" is command line used to compile your project and it is not warning message. The warning message is in Warning tab of Error List window. If you want to use Local IIS instead of ASP.NET Development server for your ASP.NET web application, you can configure it in Web application's Properties Page (Enable "Use Local IIS Web server"
Posted to
Configuration and Deployment
(Forum)
by
Thomas Sun – MSFT
on 11/29/2009
Re: Uploading (copying) Database files to Server
Hi, The inaccurate web.config file might cause such issue. Please make sure there is not error in your web.config file. Is this issue happening in every page or just some page? Sometimes, the incorrect database connection string can cause this issue even though we set customErrors mode to "Off". So we need to make sure it is correct. To test whether connection string causes this issue, we can request a simple page without retrieving data from database. I look forward to receiving your test
Posted to
Configuration and Deployment
(Forum)
by
Thomas Sun – MSFT
on 11/27/2009
Re: Adding properties with StateManagedCollection, IList
Hi, From your description, I understand that you created custom usercontrol and its property was not show in Visual Studio IDE, right? If so, please try to use [Browsable(true)] public int IntProperty { get; set; } I look forward to receiving your test results.
Posted to
Visual Studio 2008
(Forum)
by
Thomas Sun – MSFT
on 11/27/2009
Re: DataBinding: 'System.Data.Common.DataRecordInternal' does not contain a property with the name
Hi, The error message indicates that there is not such field in current SqlDataReader object. Could you please post your select statement and where your datareader is used here? Was that field dbnull value? I look forward to receiving your test results.
Posted to
Configuration and Deployment
(Forum)
by
Thomas Sun – MSFT
on 11/27/2009
Re: Cannot view the .aspx page ! (Runtime Error)
Hi, If we create a simple ASP.NET website without Ajax-enabled, does it have the same issue on server? We need to narrow down the issue. The inaccurate web.config file might cause such issue. Please make sure there is not error in your web.config file. In your case, please make sure the Ajax-Related configuration is correct in your web.config and your server can support the Ajax you used. You can confirm this by contacting your host company. I look forward to receiving your test results.
Posted to
Configuration and Deployment
(Forum)
by
Thomas Sun – MSFT
on 11/26/2009
Page 1 of 516 (5158 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