Configuration :: How To Use Web Application In Lan
Jan 24, 2011i created a sample web application in asp.net . and i have to use that application in Lan .what are the steps to use this application in lan ?
View 7 Repliesi created a sample web application in asp.net . and i have to use that application in Lan .what are the steps to use this application in lan ?
View 7 RepliesWe are going develop a web application using asp.net. This applicaton is going to server 50 users per day and 40 users concurrently. As the user count is less, we are planning to have two webservers clustered under a webfarm. We are planning to go for a Sticky Session. Netscaler is the load balancing and reverse proxy we are using at hardware level to route to the same webserver till the end of the client session.
1. Do I need to implement any handler at asp.net level to route the session or to provide browser cookie details of session to NetScaler? If so, what should be implemented in detail. Any sample code will also be helpful.
2. I need to maintain a big chunk of object information in session. Does a webserver can handle it?
3. At the hardware level how ReverseProxy works to navigate it to the same webserver? I want conceptual details of it from a web application end.
Apologies if this seems obvious, but after a week searching I can't find a clear answer to my problem.
I have developed an application in Visual Web Developer 2010 Express that uses the asp.net application services membership provider. It works well in development on my machine (data in the ASPNETDB.MDF database).
I packaged my application and deployed the relevant files with FTP to my shared hosting provider.
I took a copy of the ASPNETDB.MDF and restored it to the SQL Server 2008 on my shared hosting. I can connect to this through the Database Explorer in Visual Web Developer, but it doesn't contain any schema or data.
I know once I have the database in production I will have to make sure the connection string in web.config is poiting to it, but I don't know how to get the DB to production in the first place.
i have my own cloude server. with iis7(OS:window server 2008) . i want to deploy my webApplication on that can u tell me best configuration of iis7 and webconfig file for my application.
View 3 RepliesWe have lot of application parameters for each module in a C# .NET 4 ASP website. parameter examples: timeouts, formulae constants, thread limits per module, $ charges per usage etc. What is best out of following approaches we know: Use DB config table Use an xml. load that xml into local cache on start (and on xml change) simple constants.cs file with public const int XYZ = 123; type of key-value pairs. web.config (though i think its mostly for deployment type of config)
View 7 RepliesI have a web.config file defined in my asp.net web application. I have many different settings configured there. I have another project, this time a console application. I'd like to read several configurations from my web.config file. How can this be done?
View 1 RepliesI have an application which has a website and a project. The project contains an executable file which I'm trying to run as a process from the website's Global.asax file's application_start(). When I run this application from localhost, everything runs smoothly but when I deploy the application on IIS, application_start's code is executed and I can see the process name in the taskmanager but I cannot see the window which the console application normally starts in (when i run the application on localhost) and neither is the code executed.
Here's what I'm doing:
-- copied website and project in wwwroot
-- made a virtual directory of the website
-- when i run the website, I see the process in taskmanager but the code is not executed.
I am new to deployment and IIS, and would really appreciate I someone could tell me what i'm missing
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below
I published the web application & set virtual directory in IIS but when i run the application i get the above error
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Am currently work on web application..sometime i need to run my project files from diffrent computers. everytime i run my application in different computers i have to set up data source connection. how can i avoid it? can i run the project from anywhere without set connection to database?how to make it?
View 2 RepliesHow to compile .net application from another .net application programeticaly using C#.
View 1 RepliesHow can i put my web application on the web
View 6 RepliesI developed a web application using VS2008 and sql server2005. I don't know how to make my project live. I got the domain name also. But i don't know how to deploy. I don't know how to copy in that.I'll give you the details also to access the ftp. how to upload in it. I want the correct instruction to deploy the application.
View 8 Repliesi'm struggling with this error for hours... i have an application that uses sql server express ,entity framework and was built with web developer. when i try to browse the app i get a: The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid.
View 4 RepliesHow can I deploy my web application and configure on IIS server.
View 2 RepliesI have developed web application using asp.net 3.5 ,c# 3.0 and visual studio 2008,sql server 2005. i have created .msi file to deploy application on server.. now for testing purpose running in lan for that i want give url name eg.now i'm accessing from LAN like this
http://192.168.1.1/xyz/abc.aspx
htt://compname/xyz/abc.aspx
instead of this i want to access like this
http://www.xyz.com/abc.aspx
Ia m trying to deploy an asp.net application.The application is running without any errors and I published the website also.Now I want to ceatethe package of the application.So I added one web setup project.But I couldn't build the web setup project.(1 Build succeeded,! failed)I couldn't able to resolve this problem.I have one webservice and database also.Anyway,I installed this websetup.After that I opened through the browser,error came us global file can not be added.
View 1 RepliesRecently our client's server was having ASP.Net application not responding issue and after restarting the server, IIS seems back to normal. We found the following error in event viewer and suspected it caused the problem.
Faulting application avp.exe, version 6.0.4.1212, time stamp 0x4ab901f6, faulting module MSVCR80.dll, version 8.0.50727.3053, time stamp 0x4889d619, exception code 0xc0000005, fault offset 0x0001500a, process id 0x0a0, application start time 01cb3f860132e1d6.
Would this error cause the IIS become not responding? As the user can't access the ASP.Net application, and the page just keep loading. However, the other JSP application running on tomcat was working fine.
We have deployed an application in iis 6.o. We set cache for 1 hr in that application so that the updated data in the back-end will be visible by the user after 1 hr. If the requested data not available in cache it will fetch from database directly.
Is there any way that I can clear this cache in between 1 hr for some of our testing.
Resetting the website and app pool and deleting temp asp.net files didn't work, I have tested that.
Is is possible to deploy asp.net application to CD-ROM and have it in Computer Based Training Format (CBT) with no requirements for user to install anything on computer ?
1) User takes CBT and places in laptop
2) ASP.net application opens and runs from CD, as if user pointed browser to it.
3) have considered Cassini, but I don't know if is something easier with visual studio 10? Cassini requires intall by user, I don't want that.
4) am willing to try anything as long as it is fee ( i.e. using my trial versions of VS 10, or VS 2005).
5) or is my only option to convert to pure html--- because that I know I can do from CD to make a CBT.
I have my asp.net 2.0C# with crystal report whcih is developed in windows xp(x86) machine...
now what my problem is in my local server it work fine
Whn comes deployment in hosting server, my service provider has w2k8 server x64 bit..
how to compile my asp.net crystal report application to run in 64 bit..
how to compile this to 64bit.
I had developed the 3 tire Web application, so i need to deploy the application to the customer public server.The public server has the Windows Server 20003 R2, how can i deploy my application
View 1 RepliesI'm trying to deply a 3.5 Net application developed in VS Web Express and built using the asp compiler. This works fine when tested using an eval version of Win 2008 Standard server on a VM. However when installing on a production Win 2008 Standard server it fails with the message can not load assembly as it has not been signed or the signature does not match. How come this works in one and not the other? The live server has symantec AV installed and running? If this the reason? Have a bit of knowledge ( as all devlopers do) of OS's but am totally stumped by this. If I could even replicate it on the development machine would allow me to move forward. Do i need full Vis Studio? Do I need to sign the DLLs?
View 2 RepliesI created a web application using asp.net,c# and My sql.i have to run that application in local host. how can i run in local host.
i have to deploy it
and i want to make it as dll file and i want to configure with iis5.1
I am connected my application with local iis. I getting an error when i run the asp.net application. Building my web application are successful. But when i clcik on run or f5 .. It will show with
unable to start dubuging on the web server. <?xml version="1.0"?>
<DOCTYPE html public" -
<html xmlns="http:"
etc
</html>
Make sure the server is operating correctly. Verify there are no synatx error in web.config by doing a dubug. Start without debugging. You may also to refer to Asp.net and ATL server debugging topic in the online documentation.
We have ASP.Net 2.0 application. It was running corretly and suddenly get loked up, when I kept opened a member edit page for 20 minutes or so. And after 20 minutes when I cliked on save. It is locked. Not it does not let me login. Niether it opens the login page sometimes.
This has happened twice.
In hosting server architecture we have two app servers and two db servers for fail over purposes.