|
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:
|
78
|
471
|
1,614
|
|
Post:
|
139
|
892
|
3,175
|
|
|
Configuration and Deployment Posting activity graph:
|
Top authors during last week:
user's latest post:
Deploying to Windows Server 2003
Published (2008-11-27 11:09:00)
you need to configure your database in the web.config as per your ur server settings. the connetion strings and all will be different from the development machine. thanks
user's latest post:
how to deploy a web application...
Published (2008-11-27 02:51:23)
hi amrtibera, can u please tel me how can i change computer name to some other name.Is it possible to give some web address instead of computer name. thanks
user's latest post:
Everything's fine in VS,...
Published (2008-11-28 02:59:00)
Hi, We can create a simple test website with TreeView control and deploy it on server to see if it has the same issue. We need to make sure we configure your website correctly, such as ASP.NET version, on IIS. It should be ASP.NET 2.0. We can run aspnet_regiis -i ( http://msdn.microsoft.com/en-us/library/k6h9cz8h%28VS.80%29.aspx ) to map your application to correct ASP.NET version. I look forward to hearing from you....
user's latest post:
Visual studio 2008 Deploying...
Published (2008-11-28 06:47:35)
Thank you much for your reply, I am really struggling with this. I have ASP.net 2.0 application running fine on this server. I am aware that you can still use ASP.NET 2.0 version on ASP.NET panel of IIS for your 3.5 version website. I have deployed my 3.5 application in the exact same way as my 2.0 applications. The only difference is that the 3.5 application does not work. I get the following message:...
user's latest post:
how to deploy a web application...
Published (2008-11-27 02:12:23)
hi, first publish your app then copy all the files in one folder then go to iis manager create virtual directory,configure properly then hit http:/localhost/appname
user's latest post:
How to deploy asp.net...
Published (2008-11-26 04:33:00)
Sorry Kausar, but would you please like to add a bit explaination of what your problem exactly is. Because it is not clear that what is the problem. Your explanation will help members to understand and help you out.
user's latest post:
how to configure a PC to...
Published (2008-11-28 11:34:30)
Ok I think i'm getting to the source of the real problem. After copying an arbitrary .html file inside the virtual directory with the .aspx file i am able to access the .html file but not the .aspx file, i am however concerned that I am not doing something right, or possibly missed a step. I say this because the files that I have created in ASP.NET 1.1 (as i was told that VS 2003 uses 1.1) are not recognized by the browser. For...
user's latest post:
Deploy asp.net website on shared...
Published (2008-11-27 20:30:00)
You may be mistaken on what i ment. If you have access to an IIS server, the virtual directory is just a configuration setting in the IIS admin console. I am sure apache can serve asp pages (at least with the mono libraries) because i have done it on a linux machine. I can't offer any help on how to run it on windows though, because i have never tried it, if i am on windows anyway, i just IIS. ...
user's latest post:
This is a marker file generated...
Published (2008-11-28 09:18:47)
Problem solved! I was making a directory inside the root and was trying to access that. Here is the structure I got from my hosting provider: root( dir1, dir2( httpdocs, httpsdocs( mywebsite( various folders), others ....), dir3, dir4 others ...) the root for my website was root/dir2/httpdocs . so I placed my app at this path: root/dir2/httpdocs/mywebapp which kept giving me error: This is a marker file generated by the...
user's latest post:
.NET 2.0 application's URL...
Published (2008-11-27 08:31:00)
I have solved it. My web.config session state had a configuration with cookieless="true". Doh! http://msdn.microsoft.com/en-us/library/aa479314.aspx
|
|
|
|
Latest active threads on Configuration and Deployment::
Started 4 days, 2 hours ago (2008-11-28 20:33:23)
by prachi1
When i clicked create or manage roles under security tab i am getting this error can any one tell me what is this and how to fix it ? Thanks in advance Unable to connect to SQL Server database. at System. Web.Administration.WebAdminPage.CallWebAdmi nHelperMethod(Boolean isMembership, String methodName, Object[] parameters, Type[] paramTypes) at ASP.security_roles_manageallroles_aspx...
Started 4 days, 1 hour ago (2008-11-28 21:40:49)
by dakreyi
I have installed VWD 2008 express and the free version of sql 2008 (180 days free version). Every thing is fine accept for Web Site Administration Tool. When I click on Security, it present this message: Unable to connect to SQL Server database." I have not installed VWD 2005 express on my pc. Thanks for the help.
Started 4 days, 9 hours ago (2008-11-28 13:46:14)
by fha101
Hi all, I have been banging my head against the wall for quite a whle now and I am hong you can help. I am getting the dreaded error: 26 - Error Locating Server/Instance Specified error and have tried everything. Now I am hoping you all can help. Fist, I will describe the web application: I have the web app split into three parts, AppCOM (the data access classes and business logic), ...
Started 5 days, 2 hours ago (2008-11-27 20:14:00)
by hbcontract2002
Hi, I have a question regarding gridview ... we have sort and paging function in gridview. In development, it works pretty fast when people click on sort ... but in live server, it's really slow ... I am not sure if that's the script problem or it's server problem. on development, database and application are in 1 server. But for live, application server and database server are seperate. ...
Started 4 days, 10 hours ago (2008-11-28 12:08:05)
by celova
Hi, Masters excuse my english. is my first time using VS2005, i made a proyect (web site) on a laptop.. .i have the need to traslate that web site into a server.... i have the need to not send all my files..... or send it encrypted... how can i traslate the minimum neccesary files to the server could work with the application? or how can i encrypt the necesary files? thanks...
Started 5 days, 6 hours ago (2008-11-27 16:15:00)
by kurdizzle
Hi everyone, Where to start... Ok i am developing an intranet for my small office, of 70+ users, currently I have finished the "static side" that is the .html side using Dreamweaver 8, which works fine and hosting on a Windows 2000 machine running IIS5. Now what I have developed the "dynamic side" using ASP.NET 2.0 (VB.NET 2003). What i want to do now is to integrate the two when i say...
Started 4 days, 11 hours ago (2008-11-28 11:25:56)
by Vice
Hi, Recently we have added VirtualPathProvider to our application so that we can load Master Pages from database (different versions for different users). We have a layout editor to change layout of the master pages. GetCacheDependency() and GetFileHash() methods of the VirtualPathProvider class are overriden to return null in case virtual path points to a master page - that is to ...
Started 4 days, 12 hours ago (2008-11-28 10:03:21)
by gibble
I've written a single file generator to build class files from an xsd. I've managed to install and use it on my development machine in another project. Being com (sigh) with the registry changes, and loading to the gac and regasm and all that, it's not a simple installation. I would like to make a setup project for it but I don't know where to begin with this.
Started 10 months ago (2008-01-31 09:19:35)
by Anand Singh
Hello Everyone, I am facing the same problem. some please help us out. thanks..
Started 4 days, 21 hours ago (2008-11-28 01:13:00)
by vraj2k3
Hi, I publish the website by R.clicking the project at solution explorer, gave the local folder path. Everyday I use to publish in this method. But suddenly from yesterday I am facing a issue in publishing the project in Dotnet. Wheneven I publish the project, the files and folders are not created in the path I mentioned. Instead it creates only the root folder which I named in path and not ...
|
|
Hot threads for last week on Configuration and Deployment::
Started 6 days, 23 hours ago (2008-11-25 23:16:00)
by sancti
hi all, I have developed a web application. Now i want to launch that web page to the server i.e anyone can be able to view that web page by giving some particular site for ex: www.somesite.com . How can i do this and also how can i give a particular site name. thanks in advance
Started 1 week ago (2008-11-25 10:56:00)
by GillouX
yop it depends what kind of files... application file (aspx, source file, ... ?) but anyway I don't think it's a solution to consider. You should think about make this kind of changes during lunch :D or the week end or late in the day (it's how we do it)
Started 1 week ago (2008-11-25 03:45:00)
by kausar4u
I have one application of ASP.NET & Deploy on Remote Server it works fine for some time but most of the time it does not work. I have login page after logning in the place of Logout it display Login that time it does not work fine. if it display Logout then it works fine. Please resolve my problem as soon as possible Regards Kausar
Started 6 days, 13 hours ago (2008-11-26 09:17:00)
by daniel_morley
I created a web application using VStudios 2008 on my laptop. When I run it locally ie. View in Browser it works perfectly. Now I want to upload it to the windows server 2003 to run as an site for the connected computers. 1. Where do I upload the files to on the server? 2. Do I need VS running on the server? Many Thanks Dan
Started 1 week ago (2008-11-25 08:59:00)
by will357
Hello I have been using visual studio for some time now. I have installed 3.5 on our windows 2003 R2 Server. Normally to deploy the application (on .net 2.0) I would copy the application folder to the inetpub folder then go into IIS find the folder and create an application name on the directory tab. This would deploy the application. Not so in .net 3.5 what am I doing wrong ?...
Started 5 days, 6 hours ago (2008-11-27 16:15:00)
by kurdizzle
Hi everyone, Where to start... Ok i am developing an intranet for my small office, of 70+ users, currently I have finished the "static side" that is the .html side using Dreamweaver 8, which works fine and hosting on a Windows 2000 machine running IIS5. Now what I have developed the "dynamic side" using ASP.NET 2.0 (VB.NET 2003). What i want to do now is to integrate the two when i say...
Started 1 week ago (2008-11-25 14:41:00)
by Xancholy
I've just created my 1st asp.net website. I would like to deploy this on a shared network drive that other users have access to. Let's assume //mynetworkdrive/support How do I achieve this ? How do I call this new website from a browser ? Appreciate any help
Started 6 days, 3 hours ago (2008-11-26 19:34:51)
by alok_rawat
Hi All, I have installed a website on a Windows Server 2003 R2. I went into IIS Manager and checked the Directory Security for the website. I have enabled Integrated Windows Authentication. If I try to browse the website for IIS Manager, it opens a new IE page with http://localhost/website name/.... and shows the default page correctly. However, if I try to access the website by opening a ...
Started 5 days, 20 hours ago (2008-11-27 02:57:00)
by jaggu_bpatil
Hi Friends, I am facing problem like,I I developed website in asp.net that i want to Configure in Windows XP machine,there .net framework 2.0 is installed. But After configuring when i tried to open my pages it's opening code not the design. Steps I followed for configure. 1. Under IIS-Default Wesite-New Virtual directory 2. There in path i given published Asp.net Wesite code....
Started 6 days, 11 hours ago (2008-11-26 12:00:00)
by metalhead1984
I have written an asp.net website in c# and it works on the localhost but now I have uploaded it on to the web server it reads the aspx files fine but not the aspx.cs files can anyone help as i don't have any idea why its not working cheers
| |