Configuration :: Publish A Intranet Web App Using Webplatform?
Jun 28, 2010Are there any instructions how to publish a web app like on webplatform?
View 3 RepliesAre there any instructions how to publish a web app like on webplatform?
View 3 RepliesI have developed an web application using .net 3.5 framework and sql server 2005. Firstly, it was hosted in our intranet. Everything worked fine. Then our client wants to use this application anywhere from world. We do not have seperate domain for hosting. We have our mail server. We hosted in that server.The problem is...Now we have two LIVE IPs, i.e for internet users we are getting the IP ashttp://xxx.yyy.zz.ddd:hh and for intranet users we are getting the IP as http://xx.0.0.tt:uu. The intranet IP does not work in internet and vice-visa
View 3 RepliesI am running a test page on a local server that I want only to be available to comouters that are running on the LAN. However, My web page can be accessed over the internet, how can i stop this?
The page is running on a Windows Server 2003 pc using IIS 6.0
I am reaching the stage where my first web application is nearing completion and I want to look at running the aspx web application. The web application is going to be run on an internal server, so that only users of the network can access the web page.I am not sure of how I get my project from my pc onto the server and go about making so that I can open it in my browser,
View 3 RepliesApp works well on local intranet, but having problema on external access?
View 4 RepliesThe 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 Replieshow can I publish a web application to the internet
View 2 RepliesI 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.
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 Repliesim 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?
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 RepliesI 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 RepliesI 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 Repliesi 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]....
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 RepliesI 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 Repliesi 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 Replieswhen 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 Replies1. 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 Replieswhen 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 Repliescan u plz tell me how can i publish my web pages to host it on registered website?
View 2 RepliesI 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>
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 RepliesI'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]
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.