Deployment Of Web Application On Linux
Jan 29, 2010What are the steps for deploying the .Net Web Application on Linux & apache web server developed using .NET Framework using Visual Studio 2005?
View 1 RepliesWhat are the steps for deploying the .Net Web Application on Linux & apache web server developed using .NET Framework using Visual Studio 2005?
View 1 Replieshow to deploy vb.net windows apploication in linux platform? is there any procdure
View 6 RepliesI have a window/web application developed in .Net( say using any .Net supported language VB,C#,VC++) on WINDOWS platform. And I want to run those application on Linux platform. 1) Will it directly run on Linux? Yes/No 2) If No, What all things I need to take care to make it run on Linux platform? (Like install required .Net Framework)
View 5 RepliesI would like to know whether application developed in Microsoft Visual Studio .Net 2008 has the compatible to run in Linux and Unix environment.
View 2 RepliesHow can I deploy an web application on IIS via ASP.NET web application?
So instead of creating virtual directory, converting it to a application, etc I could just automate deployment via a web application?
how do I do that?
EDIT: no i do not want to deploy my application via visual studio, instead I want my web application itself to deploy a web application.
Example I use webapplication1, using webapplication1, I login to my control panel, I then setup the application to deploy within webapplication1, then I click deploy, and it deploys webapplicationX, webapplicationY, webapplicationN etc..
Can any one explain what is web application deployment.and how it is useful.in the sense of advantages.also steps for web deployment.
View 5 RepliesHow to deploy the asp application.Please explain in simple term.
View 2 RepliesI want Deploy a MVC2 application in IIS7.
What Can I do?
I want to know what are the ways to debug the application after deployment. Let's say I have used x-copy deployment, to copy dll and also some source code files. If I want to modify some source code and recopy them into production. Can somebody tell me how to debug those modified files?
View 2 RepliesI developed a small ASP.Net application using DAL aproach . I cant deploy it on WSS 3.0 siteHow could I deploy ? I followed the instructions
http://msdn.microsoft.com/en-us/library/cc297200.aspxIf it's not possible to use DAL , can you give me some advice how to achieve UPDATE and EDIT and DELETE fast and easy
best practices to be followed in deployment of asp.net web application & WCF service in IIS 7 regarding the IIS 7 configuration settings , Security setting, application access level settings..
View 2 RepliesI am currently working in a project where it is having multiple asp.net web applications, windows services. Now we have a requirement that I need to create an Setup application should do the following tasks automatically create database, install web applications in IIS virtual directories, install windows services and modify all configuration files do necessary checks before starting deployment. Which tool preferably open source / freeware help me in developing above setup/deployment application?
View 1 RepliesI have build an asp.net application and have use the setup wizard for deployment. Is there some option to add this to my setup:
Open a file? For example a readme.txt file.
I finished an intranet application using webconfig to store my connection string to an Access database which has linked tables to SQL Server 2005.
Everything works perfectly, but when I publish the application on a IIS server service, it seems like all connections fail... :(
I looked up on internet but found nothing on this. I think my webconfig file is correct :
[Code]....
I am new to the asp .net (c#) technology.I got an assignment to work on a existing C# project which is alreay live and working.I have downloaded all the code files from the given FTP server on my local server.My Local Server Environment Details :OS - WinXP.NET Framework Version - 2.0 ( There are different versions on the machine i.e. 1.0,1.1,2.0,3.0,3.5 but through IIS i have enabled 2.0 because the application is developed in 2.0)Visual Studio - 2003 In the downloaded source code i did not found any solution file to open the project in Visual Studio , So i created the new project and by using the add existing elements i added all the project files to the newly created project.Am i doing right way.Will my application will work when i will upload the code on live server because the solution file would have mylocal machine configuration.Suggest me how can i proceed in long term vision so that in future i do not face any problem during application release.
View 1 RepliesA few years ago, I built a desktop application for a client in VS 2005 that was deployed using Click Once. Recently, the client asked me to make a simple modification to the site.
I no longer had VS 2005 (or the same machine for that matter) and was forced to upgrade the application to Visual Studio 2008.
Most of the application is fine in VS 2008 - however I am unable to Publish the application. During the project conversion process and whenever I try to publish the application, I receive a message like this:
"This project includes a password-encrypted key used for signing. Enter the password for the key file to import the key file into the local crypto-store database for use."
Unfortunately, I don't have any idea what the password would be for this application.What options do I have? Is there a way to get this working again without having to rebuild the application or have all of the users uninstall the application and reinstall it?
I have developed a web application using Visual Studio 2010 and in that application I have used AjaxControlToolkti 3.5 in some pages. When I go to Solution Explorer->References I have AjaxControlToolKit.dll file and if I take the property of that file i see the following in PATH field E:My DataEBPMinAjaxControlToolkit.dll which is a path of my development machine.
After that I went to my UAT machine (windows xp + IIS 6.0) copy the entire project in a folder of UAT machine, created a virtual directory, provided Alias and the Directory.Now when I access my UAT server from outside it works perfect except it throws "RunTime Error" on those pages where I have used
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>
I guess as my AjaxControlToolkit path is refereing to my development machine location therefore its throwing error...what's the solution without making proper deployment. Actually on our UAT all the applications are using IIS 6.0 and if i go on proper deployment and IIS 7.0 (i guess it requires for deployment from Visual Studio 2010) I will have to reconfigure all the applications on UAT which I cannot do at this moment.
Can I create an incremental deployment package using either Visual Studio 2010 Web Deployment Projects or Web Deploy (Web Deployment Tool) .
I need to automatically select changed files from a source and destination or a change set on TFS and build a deployment package only with the changed files.
I've created a deployment package in visualStudio, the package is generated, but it has an awfull structure, which is basically, the path where I've my project(e.g "CONTENT/D_C/WorkSpace/MyCustomer/TheProjectName/TheDevelopmentBranchFolder/TheCurrentBranch/TheWebApplicationName/obj/Release/Package/PackageTmp/TheSiteIsFinallyHere!!!"
It's problematic, because with the web deployer of IIS, it recreate this path.
So how can I avoid the "D_C/WorkSpace/MyCustomer/TheProjectName/TheDevelopmentBranchFolder/TheCurrentBranch/TheWebApplicationName/obj/Release/Package/PackageTmp" part in visual studio?
does ASP.net(web development) works with Linux platform??
View 2 RepliesI'm looking for a CMS running under Mono framework: this is needed to have it deployed on Linux-based (Ubuntu/Debian) machines.
told me about OrchardCMS, but it seems it's not compatible yet.They also told me about Umbarco, but I haven't found any information on compatibility.
If we are deploying ASP.NET web application, Do we need to copy both *.aspx and *.aspx.cs files on the server?Also what if I am using different framework version? I mean 1.1 / 2.0 /3.0 /3.5 /4.0? What will be the answer in different .NET Framework versions?
View 5 RepliesI am wondering if aspx generated webpage content can be read on linux platforms. Is it necessary to have the Mono platform installed on the linux web-clients side ?
View 5 RepliesI need to run asp.net 3.5 using VMWare server on linux..
our server is linux and our client machines on windowx ..
i need to host my web application on linux server by using vmware
I want to start a new project I need performance as well as a neat and robust GUI
about the performance I have around 2 millions documents which I like to index'em by the help of lucene installed on linux due to its performance and security.
and about GUI I'd like to have flexible and professional look website and since I'm experienced with .net I'd like to retrieve the lucene's result and show it in my own way.
I've heard about some RESTful services available inside the lucene but I don't have any clue according to that and how to connect these two together.
how can I connect asp.net to lucene?