Deploy asp.net is so easy. After create New Website do the following steps.
Build -> Publish Website -> Select folder in Target Location to save after deploy -> Click Allow this Precompiled site to be updatable -> Press okbutton
Now its Asp.net Deploy / Exe. Goto the location which one you give in target location and see the Asp.net .dll files on bin folder. Now open this website via asp.net open website and run this website.
Information about ASPNET can be found on the ASPNET website. Anything one needs to know about using this application framework for web development purposes can be found there.
zxvzvzxvzxv
the full form of asax is Active Server Application Extension
Deploy = build packet application that use by user to install your program Deploy = Finishing & Packaging In Java : - desktop : usually we deploy application to *.jar files - web app : usually we deploy it to *.war files feel free to visit http://www.javaclopedia.com
A web application can be deployed online via a server. You will need to pay in order to purchase a server.
A theme is a collection of property settings that allow you to define the look of pages and controls, and then apply the look consistently across pages in a Web application, across an entire Web application, or across all Web applications on a server.
"Deploy" means to move software application code from a development environment to a live production environment so that it is accessible to users. This process involves installing, configuring, and testing the application in the production environment.
there are 6 objects. 1. server 2. session 3. application 4. ObjectContext 5. Response 6. Request
To debug a Web application during development. On the Debug menu, click Start to begin debugging the Web application. Visual Studio builds the Web applicationproject, deploys the application if necessary, starts the ASP.NET Development Server if you are debugging locally, and attaches to the ASP.NET worker process.
Global.asax is a file that contains Application layer events like: Application Start, Application end, Application error ... You can use those events to make some actions like filling data in cache, clear cache, send error email to system admin when errors occur ...
You need to have .NET Framework installed for designing applications for ASP.NET. THE Visual Studio IDE will provide the interface for devloping such applications.See related links.
To deploy an application into WebSphere, you'll typically need a deployable archive file, such as a WAR (Web Application Archive) for web applications or an EAR (Enterprise Archive) for enterprise applications. Additionally, configuration files like web.xml and application.xml may be required to define application settings and resources. Any required libraries or dependencies should also be included within the archive or referenced in the WebSphere environment.