Configuration :: Publish Website For X64bit Machine?

Jan 25, 2011

I am developing the web application in Asp.net 2008 under WinXP SP2 32bit. I am able to publish it in the local system and Test server. When i move this to production sever i am facing problems. The production environment OS is Windows Server 2003 Standard 64bit. When i am accessing login page i am getting this error "../../login.aspx/ has not been pre-compiled and cannot be requested". What could be causing the error message? Any IIS settings, or .NET 2.0 settings which prevents IIS from loading the compiled files?

View 1 Replies


Similar Messages:

Configuration :: What Is The Difference Between Copy Website And Publish Website

Nov 17, 2010

What is the differenc between Copy Web Site and Publish Web Site? What are the advantages/disadvantages of each method?

View 6 Replies

Configuration :: Website Deplyment/publish?

Apr 28, 2010

i have dsigned a website in my desktop in my company. i have installed sql server 2005 and visual studio 2008.everything is working fine if i host my website from my workstation.but my desktop is not accessible to all the departments in my company so i have to host my website on one of the company's sql servers.let us assume that "isaserver" is my company's sql server where i want to host my website.now, what i did that i created a virtual directory in isaserver's wwwroot folder and pasted my c:/inetpub/wwwroot contents into that.but when i tried to access the website, its not working.

View 4 Replies

Configuration :: How To Publish Website On Localhost

Dec 11, 2010

im Using asp.net 3.5

and i want to publish it and i want to test My WebSite from Remote computer ,

but i want to test it on (localhost) not on Server !! how?

View 2 Replies

Configuration :: Publish Website In Vs 2008

Sep 1, 2010

i have project that have used report microsoft . it can print in win server 2008 when it is source code but when i published project in serever 2008, there is no data in my page and it cant print.

View 2 Replies

Configuration :: When Publish ASP Website Only Gives The 404 Error?

Aug 22, 2010

when i publish my ASP web site, with the publish web VS2010 tool´s,my web site only gives me the 404 error.., why?

View 4 Replies

Configuration :: Cannot Publish Website With Usercontrol

May 13, 2010

I have developed a website with some user control(.ascx) control.

i am loading these controls dynamically in .aspx page by using LoadControl() function as shown below

'Reports.aspx

Dim txtBox As ASP.controls_rpttextbox_ascx = Nothing 'line where error is generated

txtBox = LoadControl(objLoad, "~/Controls/RptTextBox.ascx")

I have registered this user control in my web.config file as shown below

<system.web>

View 2 Replies

Configuration :: Unable To Publish A Website On Web Server

May 24, 2010

I've created a website and now I'm trying to publish it on web server but I'm getting a lot of errors related to 'web.config' that website working fine in my VS2010 but I don't know what's the problem on the server I'm getting following error:-

[Code]....

If I remove whole line 6 then it show error in line 7and so on, I've use radcontrol tool in my web application but whatever I've used they are working fine on my system.

my web.config file is here [URL]

View 4 Replies

Configuration :: How To Copy Website Or Publish Via WebDAV

Oct 18, 2010

Has anyone found a way to publish or "Copy Web Site" when using webDAV?

View 2 Replies

Configuration :: Cannot Publish Website Due To Missing Schemes

Mar 16, 2011

I am taking the 6463 MOC but we are not doing the labs in the class, while i was trying to solve the labs i faced a problem in Mod5 in publishing website

i published the webservice successfully and added it to IIS7 http://localhost/ReviewsService/Reviews.asmx and it works fine then the next step to publish the Adventureworks website to the default website in IIS but when publishing i have 6 messages:Message

[code]....

<applicationSettings>
<AdventureWorksSite.Properties.Settings>
<value>http://localhost/ReviewsService/Reviews.asmx</value>
</AdventureWorksSite.Properties.Settings>.........

View 1 Replies

Configuration :: Publish Website On Another Server Failing

Dec 27, 2010

I am trying to publish my web site on another server. I went to build menu and then selected publish. I did [URL] of the web site When I hit the publish button, I got the error publish failed. How can I see what is the reason for publish being failed. Also, Is their any other way, i can publish the web site. the server that I am publishing my web site is windows 2003 server. I am using visual studio 2008. The IIs version is 5.2 R2

View 2 Replies

Configuration :: Publish A Website In Visual Web Developer?

May 19, 2010

Currently I develop a portal in asp.net and I am looking for a solution that permit to publish a web site on Visual Web Developper 2008 Express Edition.

I viewed in another formum that it is not possible visual studio. I wonder if it is still possible with VWD.

View 6 Replies

Configuration :: App_GlobalResources Folder In Publish Website?

Oct 18, 2010

i am developing a multi language website,

in the App_GlobalResources folder i put the 3 folder for the language that contans .resx files. its works fine when i test it from visual studio.

i have VS2008 SP1 with .net frameword3.5 SP1

when i publish the project and configure it to IIS, i found this error.......

Server Error in '/' Application.

Could not find a part of the path 'D:PrismWebPrecompiledWebPrismWeb2App_GlobalResources'.

Description: An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path 'D:PrismWebPrecompiledWebPrismWeb2App_GlobalResources'.

View 2 Replies

Configuration :: How To Publish The Website In Windows 2003 Iis Server

Dec 14, 2010

I am trying to publish the website in windows 2003 server in my office. it is getting published in windows xp iis. not getting up in windows 2003.

View 5 Replies

Configuration :: Unable To Save Data After Publish The Website?

Aug 20, 2010

i develop a site that is working fine on my system. but when i publish this the data is not saving into the database. my database in in app_data folder. what is the problem.

View 2 Replies

Configuration :: Publish Website For Iis7 - Can't Access Through The Web Browser

Aug 24, 2010

I have installed sql server 2008 and visual studio 2010 on my local machine. I have developed a website on visual studio that is connected with the database.Now i would like to run this website on iis 7 (installed on the same machine). I tried to publish this website (i went on build -> publish website) and everything went ok(I also checked the mark as iis application on destination option). The problem is that i can't access the website through the web browser (http://localhost/....).

View 3 Replies

Configuration :: Publish A Website To Remote Host Server?

Feb 1, 2011

We have a virtual server hosted to the third party which we access through remote desktop. We have Sql server 2008 on Windows 2008. I created a website on my local hard drive and now we are ready to deploy. My question is what are the recommendations for publishing websites? What steps I need to take care of? Is it possible not to deploy the "code-behind" files. Incase of hacking of windows server, I do not want somebody to see my .vb files or Is it possbile that I can convert the whole thing except aspx files in to a strong dll?

View 3 Replies

IIS Configuration :: Host Or Publish Website Using Visual Web Developer

Jan 1, 2013

I have designed a website in microsoft visual web developer and i need to host this website in iis. how to done this.

View 1 Replies

Configuration :: Publish A Single Page After Deployment Of Precompiled Website

Feb 24, 2011

I have my website which is deployed in precompiled mode but I would like to know if there where any possiblity so I could republish a single precompiled page instead of the whole wbesite all over again (and this just for one little modification) ? If not, would it be more suitable if I did not use precompiled website for the deployment?

View 1 Replies

Configuration :: Dynamically Generated Image Not Displayed When Publish Website?

Oct 11, 2010

i created area "Decoration" for dynamically generating images.

public ActionResult Round(CornerPosition x, CornerPosition y, int radius, string color, int width)
{
Color c = ColorTranslator.FromHtml(color);
Pen pen = new Pen(c, width);
MemoryStream s = new MemoryStream();
using (Bitmap bmp = new Bitmap(radius, radius))
using (Graphics g = Graphics.FromImage(bmp))
{
g.SmoothingMode = SmoothingMode.HighQuality;
g.Clear(Color.Transparent);

when i reference image on the page <img src="/Decoration/Corner/Round/Right/Top/8/Black/1" /> it displayed properly if started in VS 2010 debugger.

but as soon as publish web site image not displayed!

View 3 Replies

Configuration :: Moving Website From One Machine To Another?

Jul 12, 2010

I developed a test application using VS 2008 (ver: 9.0.30729.1. sp) and .net work (ver:3.5 sp1) using master pages,style sheets, ajax extenders etc.

I moved the whole website to another machine running VS Team System 2008 (windows xp) with the same above versions. The functionality of the application works fine, but the stylesheet seems to be affected. I have centered the whole application (fixed 960px). But when I ran the same app in new machine running windows xp the content area is getting floated or left justified. Is there anything that I need to take care when I move from one os to the other. What is causing this behavior? I tested using IE 8.

View 4 Replies

Configuration :: Deploy Website On Other Machine?

Jan 18, 2011

I had created a data driven website with back end as Mysql and i want to deploy on the client machine.

Is it really necessary to create a Web Application to deploy instead of website?

And if it does how to add the current web site to a new web application ?

How to configure the website/web application ready to deploy ?

TO deploy on the client side , including all major and minor settings including prerequisites?

View 6 Replies

Possible To Run A Commercail Website On The Same Machine/software Configuration

Dec 13, 2010

I asked a question in another forum about SQL Server 2008 R2 Developer Edition and the number of simultaneous users it supports. I was told that there was no limit on the SQL Server 2008 R2 Developer Edition itself with regard to the number of simultaneous users that could be connected but that Windows 7 has a limit of 10 simultaneous logged in users. So my first question lead me to another question. 10 users is fine for debugging and small testing but what route do I take when my site goes public and needs to service more than 10 users at once? Am I even supposed to be running a public website on a Windows 7 Operating System or is that a job for Windows Server 2008 R2? If I purchase Windows Server 2008 R2 do you purchase a license for a specific amount of simultaneous users?

View 5 Replies

Configuration :: Publish Website On Windows Server 2003, When It Is Devloped On MS VisualStudio? 2010

Mar 30, 2011

I am installing MS Visual Studio 2010 on my PC and will develop website on it. I have developed my old asp.net websites on MS Visual Studio2005.Our webserver where we publish our websites on Windows Server 2003.I want to know that whether we can publish websites develop in MS Visual Studio 2010 on Windows Server 2003?

View 4 Replies

Configuration :: Debug The Website Always On A The Same Port Number On Local Machine In VS

Jan 1, 2011

I am developing a website in ASP.NET. I wanted to know how can I give a static path to my website on my local mahcine such that it will always be deployed on port number. For eg: in php, the path can always be http://localhost/websitename

but in ASP.NET, whenever, I debug the website for testing, it is always deployed to a new port number. This prevents me from testing my script which can only be given a static name in Greasemonkey.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved