Configuration :: Use Bulid Menu And Select Publish Web?
Jan 16, 2011
I want to publish my web application so i use bulid menu and select publish web...,in publish window i set a direction and select delete exsiting file and select all project file(sometime only files needed to run this application),but after publish i have all application's file (.aspx,.aspx.cs) while i want to have only .aspx file because i want to safe my application code!!! how do i do it?
View 1 Replies
Similar Messages:
Nov 13, 2010
The server is 64 bit, but the app pool is configured to run as 32 bit. Do i need to publish 64 bit dlls? The rapid fail recovery sometimes recycles the app pool and someone suggested that it may be because i am not using 64 bit dlls. Doesn't sound likely... but you never know.I switched the publish settings to release and any cpu. But it spits out in the bin folder /bin/x64 as well. Do i copy over everything in the bin folder or do i just copy over the x64 dlls?? kinda confused on that. And why are pdb files being spit out with the dlls as well? I thought this was a debug thing only.
View 2 Replies
Feb 10, 2011
how can I publish a web application to the internet
View 2 Replies
Dec 30, 2010
I had first build an database and populated it with various information, set some properties related to FTS and other things.
Now, in the asp.net MVC application, I am able to add the database ServerExplorer->Connect To Database-> Data Source= MS SQL SERVER->Server name->OpAmp-pc. Now, I was unable to add the database by copying the file in app data folder.
My doubt it how can I share the website+ database with my fellow batchmate or put the whole website online.
Build->Publish Sirte, didn't solved the pupose.
View 1 Replies
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
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
Oct 4, 2010
Developing a website in ASP.net. On the development site all is working fine.We decide to publish the site using visual studio 2008's publish mechanism.The publish goes flawless.When we go to the live site, it hangs anywhere from 2 minutes to 30 minutes before it starts serving pages.All other sites on the same server seem to work fine.If we reboot the server it starts serving pages right away.It is not a programming issue, as once the site kicks in all seems to work fine.VS 2008, .NET 3.5, On both IIS 6.0 and 7.5
View 3 Replies
May 30, 2010
I love the idea of precompiling my web site. In fact, 've never understood why MS didn't consider this important all along. So I tried the new Publish Web Site command in VS2010 and it seems to work well. That is, until I need to make a change to my site!In order to implement the tiniest of changes to my site, it looks like I must run the Publish Web Site command again, which takes forever because it overwrites and copies absolutely everything on my site, including the upload directory where users' images get stored, which is a problem!If I attempt to instead use Copy Web Site, then I get error about how I can't have an App_Code folder, or something along those lines, in a precompiled app.So what am I supposed to do? Is the only way I can have a precompiled site by requiring a complete reset of all content if I need to implement the tiniest of changes?
View 13 Replies
Aug 9, 2010
I am currently having problems with publishing my website to my server. I have ensure that the permissions/username/password is correct. I tried creating a new website and I have no problems at all. However, I have this project in localhost which I want to publish and it just gives a message "Failed to Publish". Also I am trying to configure my webconfig to access my sql server 2005 database not by windows authentication but by sql server authentication, which I am unsure of how to do it.
View 3 Replies
Aug 18, 2010
i have a web project which runs perfectly. but when i publish and run from localhost i get the following error:
Server Error in '/manpowermarketing' Application. Failed to access IIS metabase. Description:
[Code]....
View 2 Replies
Dec 18, 2010
I want to publish my project, and upload it to my host but I don't know how to to do that to convert my codes to .dll to protect it ? to take a copy of my database and upload it to the host and bind it all steps needed to complete that successfully
View 2 Replies
Sep 1, 2010
I have set up a development server (Win Server 2003) with IIS 6.0. I have the .NET Framework 2.0 and 4.0 installed. My web host (where my app will run) has .NET 3.5. Will it work for me to set up my development server with 4.0 in IIS, and then create a new website in Visual Studio (2010) that targets the .NET 3.5 framework (aimed at my development server)? want to be able to publish the site to my web host (with .NET 3.5).
View 2 Replies
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
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
Sep 15, 2010
1. can i use my system as web server as well as database server and my ip address as the name of the site. with out any registrations are there any free web hosting sites plz let me know.2. for stand alone applications setup file is created how about web applications. do we need to genrate any dll to integrate all the design and code and database.
View 5 Replies
Nov 15, 2010
when i was creatin the website visual studio created the aspnet.mdf automaticly and it was working fine . i could create a new user and login with no problems but after uploading the site content it wont work any more . so my question is how do i susscefly publish the aspnet.mdf file to the server so it would work
View 2 Replies
Jun 28, 2010
Are there any instructions how to publish a web app like on webplatform?
View 3 Replies
Jun 8, 2010
can u plz tell me how can i publish my web pages to host it on registered website?
View 2 Replies
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
Jan 27, 2014
I am learning web services . I had one sample project.in that installer class which is available in visual studio installed templates . When I started debugging services gets started working.in searching I didn't get any information about installer . How to deploy wcf services library ....
View 1 Replies
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
May 17, 2010
My operating system is Vista SP1 and vs.net 2008, I created windows application project but when I publish it , it display error
Failed to connect to 'http://localhost/project' with the following error: Unable to create the Web site 'http://localhost/project'. The Web server does not appear to have FrontPage Server Extensions installed.
View 5 Replies
Oct 27, 2010
I have created a web applcation and i need to publish that in a sharepoint server with single sign one.
View 1 Replies
Jul 12, 2010
I'm working in Visual Studio 2010 Professional. I have a web application based upon the standard ASP.NET Web Application, which contains the aspnetdb.mdf SQL Express database for forms based security. For testing deployment, I'm trying to use the Publish option to publish the web app to IIS 7, which exists on the same machine that I'm building the web app on. The machine is running Windows 2008 R2.
I went through the Help file to set up the deployment of the database, using the Package/Publish SQL tab in the site properties. I followed the help file to the letter, or so I thought. I go to publish to the virtual directory I set up on IIS and it gives me errors, specifically saying the following:
Web deployment task failed.(The database'|DataDirectory|aspnetdb.mdf' could not be created.)
I took this to mean the the path isn't valid for publishing to, which makes sense. So I changed the destination path to the fully qualified path (C:WebAppsApp_Dataaspnetdb.mdf) and ran it again. This time I got the following error:
Web deployment task failed.(Cannot connect to the database 'C:WebAppsAppDataaspnetdb.mdr'.)
I looked at the security for the folder and everything seems fine. Now I'm stuck.
My question is - can anyone tell me what I'm doing wrong, or supply a list of steps to follow, or give me a link to a site that has clear steps as to how this is done?
View 1 Replies
Mar 23, 2010
I have a website that I am trying to publish and it doesn't seem to be working properly. I get an error saying that a master page does not exist. However, the master page is there, but when I publish the code, it does not get published. Is there some sort of cache or something I am missing here?
View 7 Replies