asp.net application link problem
-
I have an asp.net webapplication which will send mail. The mail will be containing link to the same web application, when user click on the link it should open the same web application. But it is opening blank page. It is configured in the local intranet. The link is something like this.. http://localhost/appname How to solve this problem.. Please any one find me the answr as soon as possible thanks Jiss
-
I have an asp.net webapplication which will send mail. The mail will be containing link to the same web application, when user click on the link it should open the same web application. But it is opening blank page. It is configured in the local intranet. The link is something like this.. http://localhost/appname How to solve this problem.. Please any one find me the answr as soon as possible thanks Jiss
-
I have an asp.net webapplication which will send mail. The mail will be containing link to the same web application, when user click on the link it should open the same web application. But it is opening blank page. It is configured in the local intranet. The link is something like this.. http://localhost/appname How to solve this problem.. Please any one find me the answr as soon as possible thanks Jiss
Easy way is to keep the domain name in some configuration file. Read from that configuration file while you send email. When you upload website to server, change this value to a valid one.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
-
I have an asp.net webapplication which will send mail. The mail will be containing link to the same web application, when user click on the link it should open the same web application. But it is opening blank page. It is configured in the local intranet. The link is something like this.. http://localhost/appname How to solve this problem.. Please any one find me the answr as soon as possible thanks Jiss
-
Is the e-mail being opened from the same machine where the application is located? If it isnt you wont be able to open the link
We are not a Code Charity
People will be using outlook express or microsoft outlook to check there internal mails in the organization. From there only that link should open the corresponding web application in new internet explorer window. I am using mail sending code and embeding the url as http://domainname/virtualdirname but when i click onto link in mail it opens blank page. please provide me with the proper solution thanks in advance shamshuddin
-
Easy way is to keep the domain name in some configuration file. Read from that configuration file while you send email. When you upload website to server, change this value to a valid one.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions
I didn't get this explanation. will you please explain. I detailed my problem down, People will be using outlook express or microsoft outlook to check there internal mails in the organization. From there only that link should open the corresponding web application in new internet explorer window. I am using mail sending code and embeding the url as http://domainname/virtualdirname but when i click onto link in mail it opens blank page. please provide me with the proper solution thanks in advance shamshuddin
-
try giving the system name in place of localhost, that will work irrespective of where the set up is installed... whereas localhost will only work on your system..
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
Its not a web setup program. We configuered it under IIS just by coping the folder. I detailed my problem as follows. I tried by giving name also but it doesn't work. People will be using outlook express or microsoft outlook to check there internal mails in the organization. From there only that link should open the corresponding web application in new internet explorer window. I am using mail sending code and embeding the url as http://domainname/virtualdirname but when i click onto link in mail it opens blank page. please provide me with the proper solution thanks in advance shamshuddin
-
Its not a web setup program. We configuered it under IIS just by coping the folder. I detailed my problem as follows. I tried by giving name also but it doesn't work. People will be using outlook express or microsoft outlook to check there internal mails in the organization. From there only that link should open the corresponding web application in new internet explorer window. I am using mail sending code and embeding the url as http://domainname/virtualdirname but when i click onto link in mail it opens blank page. please provide me with the proper solution thanks in advance shamshuddin
meetshums wrote:
People will be using outlook express or microsoft outlook to check there internal mails in the organization. From there only that link should open the corresponding web application in new internet explorer window.
Whatever they use for opening you're link, it'll open up..
meetshums wrote:
I am using mail sending code and embeding the url as http://domainname/virtualdirname
Are you not providing a page name where this should redirect?? If not it will obviously open a blank page if youve not configured the iis for a default page.. Try giving the page name as the default in iis documents tab.. Or in the link directly provide the page name something like this ... http://domainname/virtualdirname/pagename.aspx
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--