|
More site info...
Configuration and Deployment | Forum profile
|
|
Forum profile page for Configuration and Deployment on http://www.asp.net.
This report page is the aggregated overview from a single forum: Configuration and Deployment, located on the Message Board at http://www.asp.net.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Configuration and Deployment" on the Message Board at http://www.asp.net is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Configuration and Deployment:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
145
|
357
|
977
|
|
Post:
|
288
|
752
|
2,118
|
|
|
Configuration and Deployment Posting activity graph:
|
Top authors during last week:
user's latest post:
web.config oddity
Published (2009-12-22 21:53:00)
Hi, If we don't specify applicationName attribute, ASP.NET will use the application virtual path as the applicationName. If we move the web application to server, the virtual path will be changed and does not match the one in database. It would be better that you add applicationName="/" in web.config before ASP.NET creates aspnetdb.mdf. For more information, see...
user's latest post:
URL Rewriting
Published (2009-12-22 08:28:00)
What does "not working" mean? What did GoDaddy support say about this? Jeff
user's latest post:
Way to refresh Web Application...
Published (2009-12-16 20:26:00)
Hi jtbs I am not sure if this suits your needs but maybe can help you to solve your problem. http://weblogs.asp.net/fmarguerie/archive/2007/04/26/using-configsource-to-split-configuration-files.aspx http://msdn.microsoft.com/en-us/library/ms228057(VS.80).aspx If you need help with this issue do not hesitate to communicate with me. Greetings.
user's latest post:
User does not have permission to...
Published (2009-12-20 06:07:04)
Well, the error message seems to suggest that an attempt to open a connection to a SQL Server database is failing. Do you have any code in say the Global.asax file or a master page that might be the cause of this? What does the markup on the Web Form look like? In addition, can you open another Web Form, and get a different result?
user's latest post:
Can someone tell me what is that...
Published (2009-12-18 03:01:00)
now i am getting the error i used to have when i first posted this problem, also i searched my computer, there is no file with vsjlib in my machine !!
user's latest post:
running asp.net web application...
Published (2009-12-19 02:58:00)
No, as i mentioned the root folder on my web server is the only made as virtual/application folder in IIS. I have many sub-domains that are running fine with ASP Classic websites but I know ASP.Net has different situations. I believe the site will work fine if i put it on my root folder but i need to put it on a sub-folder which is pointing to a sub-domain. So, its something like this: Root Folder:...
user's latest post:
web.config oddity
Published (2009-12-22 05:41:00)
Hi Thomas, Thanks for this. My web application works perfectly well having modified the ApplicationServices connection string to point to my local/custom database and using another connection string which is not part of the default web.config that Microsoft VS2010 generates does not offer any benefits that I can see. This post is simply asking if anyone knows why a seemingly illogical statement works viz applicationName =...
user's latest post:
DataFormatString works on dev....
Published (2009-12-22 11:39:00)
Dodde47: It worked on my workstation because it had the "correct" default date settings. All machines have default date settings whether "correct" or not. On the server, you said the date looked like this: "22/12/2009 00:00:00" which implies NO date formatting was applied (it is including the time field).
user's latest post:
As soon as user hit's the...
Published (2009-12-16 10:02:47)
My each .aspx page is inheriting the PageBase class which has the below method overriden and with the below code. If you see carefully the expiration of "langCookie" been given as 30 minutes. Will this be a problem? Below is a little code of my PageBase and my index.aspx. One more problem we found was we have below herirarchy. MainSite ( Web Site ) ==> Properties ==> Documents...
|
|
|
|
Latest active threads on Configuration and Deployment::
Started 3 days, 17 hours ago (2009-12-21 02:09:00)
by swagat1986
When u create a virtual directory fore each folder there is an defalt page is predifine and it is default.aspx so when u create vd plz select folser right ckick properties document then check whether enable default document check box is checked or not if it is check then un checked it
Started 3 days, 22 hours ago (2009-12-20 21:44:00)
by amintaheri
Try running it locally or looking at the error log on the server, a lot of times that can give you hints, such as login audit failures, permission errors, invalid objects, etc.
Started 4 days, 4 hours ago (2009-12-20 15:24:33)
by agent
It looks like the hosting provider has changes something on the server , but be sure that the web app is not doing anything memory intensive
Started 1 day, 4 hours ago (2009-12-23 15:45:52)
by DarrellNorton
You can have multiple web.config files but they must be in different directories. See this article for details: http://msdn.microsoft.com/en-us/library/ms178685.a spx
Started 1 day, 4 hours ago (2009-12-23 15:32:23)
by suthish nair
If you are changing .aspx page, upload that also. For code behind upload dll.
Started 1 day, 12 hours ago (2009-12-23 07:12:54)
by sreejukg
AsyncTimeOut
Defines the time-out interval (in seconds) used when processing asynchronous tasks. The default is 45 seconds.
The value must be an integer e.g. <@Page AsyncTimeOut="10000" ........> refer http://msdn.microsoft.com/en-us/library/ydy4x04a.a spx
Started 1 day, 12 hours ago (2009-12-23 07:08:55)
by kapilsanchihar
Give the full qualified name of the assembly i.e. if there are namespaces then include them
|
|
Hot threads for last week on Configuration and Deployment::
Started 3 days, 22 hours ago (2009-12-20 21:44:00)
by amintaheri
Try running it locally or looking at the error log on the server, a lot of times that can give you hints, such as login audit failures, permission errors, invalid objects, etc.
Started 1 week, 1 day ago (2009-12-16 12:16:00)
by SGWellens
This doesn't look like a valid applicationName (a forward slash?):
applicationName="/"
Started 1 week, 4 days ago (2009-12-13 14:59:00)
by aggonzalez
Hi asmgx
Try to create an application from that folder, instead of use "Add Virtual Directory", use "Add Aplicattion" and use the defaults options that have and browse it from your web browser.
Please tell me if this helps you to solve your problem.
Greetings.
Started 3 days, 17 hours ago (2009-12-21 02:09:00)
by swagat1986
When u create a virtual directory fore each folder there is an defalt page is predifine and it is default.aspx so when u create vd plz select folser right ckick properties document then check whether enable default document check box is checked or not if it is check then un checked it
Started 1 week, 1 day ago (2009-12-16 00:32:00)
by qwe123kids
Hi, Can U post the Code??? OR what Operation are U trying to Do.??
Started 2 days, 9 hours ago (2009-12-22 10:03:00)
by SGWellens
That should work (the hard coded format string should override the machine's default format).
Are you sure you have deployed the file properly and it's the one being used?
Started 1 week, 1 day ago (2009-12-15 22:09:15)
by Das.Sandeep
Hello,
I think you are exactly looking for below link posted in microsoft link:
http://support.microsoft.com/kb/301240
Please let me know if you need more help.
Please give us feedback no matter whether you get your answer. Please "mark as answer" if it's useful for you.
Regards,
Sandeep
Started 3 days, 17 hours ago (2009-12-21 02:05:53)
by ritesh_c
http://forums.asp.net/p/1435221/3232121.aspx
Started 1 week, 2 days ago (2009-12-15 17:01:21)
by DarrellNorton
From the MSDN documentation : Targeting .NET Framework 3.5 SP1
Starting in Visual Studio 2008
SP1, you can specify .NET Framework 3.5 SP1 as an application target.
However, .NET Framework 3.5 SP1 is not available on the Target
Framework drop-down list. Therefore, for applications in which you want
to specifically target .NET Framework 3.5 SP1, you must either...
Started 6 days, 9 hours ago (2009-12-18 10:23:00)
by divided
Are you running IIS? If so, you can right click on your website in IIS
and change the url to add your folder. Then, you can specify your default page on the "Documents" tab. If it's not in the list, add it and move it up to the top.
|
|