Web Forms :: Queries Reg Internet,intranet ,emailing & Its Processing

Aug 20, 2010

i am into web development using asp.net but reg some concepts i need to be clear i am not much awate abt the netwroking & the routers , SMTP server etc i am aware abt public domain /IP which is accesiable all over like yahoo.com so when we attach a file, or place images or upload images or give hyperlink the files get stored on this publicly accesiabel space & hence visible frm anywhere

same is the case for intranet web applications/sites. its accessibale in the LAN setup as here too we have a server where we can store images files etc

so if i need to send emails with hyperlinks, attachemnents images etc & which shld be accessiable frm anywhere i need to have a public doamin & space & al this gets stored in that public space (server)

i think my this concept abt the intranet & internet is clear . if anythinh left out wuld like to knw
but i have come across a prblm in which i need to do communication between the intranet & internet

i have a server in the intranet . when i attach or link any files/images frm my emailing module frm my intranet server it shld be viewable even out side the LAN setup. for doing the same wht SMTP setting needs to be done, or shld i set up a mailing server. i dont have a public domain . without a public domain/space how can i achieve it whts port_forwarding & can my soulution be achieved using it

reg the same wht can be the best possible way that can be achieved

View 1 Replies


Similar Messages:

Configuration :: Intranet IP Does Not Work In Internet?

Sep 21, 2010

I 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 Replies

Configuration :: Intranet Page Can Be Accessed Over The Internet

Aug 12, 2010

I 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

View 3 Replies

How To Update Data In The Intranet Application Through Internet

Oct 5, 2010

my application is in Intranet, but in my application mail is trigger to the user, and in that mail (outlook) user getting one link of that application so that he can update "YES"

My problem is that when the user is not in office and he is using Blackberry, at that time intranet link will not work.........

so, any solution that anybody can update through internet.

View 1 Replies

Showing Internet Content On An Intranet Site

Feb 23, 2011

I've an ASP.NET application hosted inside a local area network. The application host machine has access to the internet while the local area network clients do not.

There is one requirement where I've to show a web page with rich content (images) in an IFrame from internet (public network) address.

However since internet access is not available on the client, this somehow has to be done from server and then needs to be served to client.

How can this be done?

View 1 Replies

Security :: Diff Between Internet And Intranet Application Developemnt

Mar 22, 2010

diff between internet And intranet applications design. How they are deff in authentication. What kind of authentications is possible?

View 1 Replies

Seeking Technology To Upload Files From Public Internet To Intranet

Jun 18, 2010

Currently our external customer submit all other data through our public web site, but submit some artifacts (.coc, pdf...) through email, then our administrators save those files come from email to our internal server. This is not efficient, because we cannot identify immdeately if our customer submitted their required documents before our administrator saved them to the server. I am seeking a technology that external customer can upload files through the public website toan intranet server that the external customer would not notice they are accessing intranet server.

View 4 Replies

Installation :: Internet Explorer Doesn't Know App Is On Intranet After Adding Host Header

Feb 15, 2011

I have an intranet web app that uses .NET and Windows Authentication and IIS 7.5.

I originally accessed it with the URL http://computername ... that worked fine and there was no prompt for the username & password.

Then we set up a DNS entry and a host header so we could access it with a more realistic url (for example http://appname.mydomain.org) - I can still get to the site, but there's a username & password prompt even if I'm on the same network. We want to get
rid of this prompt...

I was able to remove the prompt by adding http://appname.mydomain.org to my Intranet sites in Internet Explorer settings - but is there a global fix or a server-side fix for this that wouldn't involve changing a setting on every client computer? My users and not technical at all and they're not going to know how to change that setting.

Alternatively, is there a way that an administrator could push this Internet Explorer setting to all computers on the network? I'm a software developer not a network admin so I'm a bit over my head on this one ... I would probably need to give them instructions about how to do it even though it's not my specialty.

View 2 Replies

Social Networking :: How To Use Google Maps Without Internet Connection In Intranet Website

May 7, 2015

Below is the Geo Map code I am using in my website. This code works if there is internet connection. If there is no internet connection, my code will not work.I want to make it work without internet connection.

<script type="text/javascript" src="URL...
<script type="text/javascript" src=URL...
<script type="text/javascript">
var google_markers = new Array();
var markers = [

[code]...

View 1 Replies

Web Forms :: Browser Is Opened In The Internet Zone Instead Of Intranet Zone

Mar 31, 2010

I am having a .net project that builds the web based installer. I was using visual studio 2005 environment and the project is targetted to .Net 2.0 framework earlier. I don't see any issues with installing the product that was builted from above environment.

Recently i migrated to Vs2008 and .Net 3.5 framework and the i was facing the following issue. During the installation the web browser( opened in IE 6.0) is getting opened in INTERNET Zone which applied higher security settings including disabling of all Java scripts.The browser was not responding any click events( next or back or cancel).Copying the URL to the new IE doesn't have this issue. I am not sure whether it is an environment issue or not.

View 1 Replies

Web Forms :: Emailing From Web Application Using Different Accounts?

Jul 24, 2010

i currently have a web applicattion with emailing module

i have used gmail account for sending mails and set its port accordingly

but wht if i need to set it from yahoo or hotamil or any otehr account as per the need of client

how do i set the port or do i need to hard code it as per the account selected

how can set the mail acoount for diff...

View 3 Replies

Web Forms :: Converting Form Data To A Pdf And Emailing It To Someone

Feb 16, 2010

Is it possible to retrieve form data from a page, convert it to a formatted pdf layout and email it to someone?

View 1 Replies

Web Forms :: Converting Aspx Page Into Pdf And Then Emailing The Converted Pdf?

Feb 23, 2011

I am looking for any lib , or any solution. What I want to do is to email the generated results with some images on the website which for instance is something like results.aspx,I have got an email button for the clients so that they can email themselves the result page in a pdf format.

View 2 Replies

Web Forms :: Create Secure And Fast Emailing Services?

Oct 6, 2010

want to create Secure and Fast email service with chat tool like gtalk. i have email server. Please let me know how to create this. if any of you are interested to help me to create such application please ask me. I will accept his perposal with open heart. But before tell me how i can start or what i should do to make ground for that project.

View 2 Replies

Client (Javascript) Processing Rather Than C# Processing HTML?

Mar 18, 2010

We are in the process of building a huge site. We are contemplating on whether to do the processing of HTML at server side (ASP .Net) or at the client side. For example we have HTML files which acts like templates for the generation of tabs. Is it better for the server side to get hold of content section (div) of HTML load the appropriate values and send the updated HTML to the browser or is it better that a chunk of data is passed onto client and make Javascript do the work?

View 2 Replies

IE7 Internet Explorer Cannot Open The Internet Site, Operation Aborted

Jun 10, 2010

when i test this page http://www.catalogues4u.com.au/ViewCategory.aspx?catID=119 im getting the above error. to replicate this issue visit the above page in ie7 and you will get the prompt.

View 3 Replies

Emailing Every Address In Table?

Mar 9, 2011

How would i go about emailing every address in a db table the same message?

SmtpMail.SmtpServer = "mail.CHANGE.com";
string strTo = ?????????;
string strFrom = "noreply@CHANGE.com";
string strSubject = "subjectbox.Text";
string strContent= "content.Text";
SmtpMail.Send(strFrom, strTo, strSubject, strContent);

View 5 Replies

Configuration :: Emailing Using Different Smtp Host?

Aug 14, 2010

i have a web application in which i have a emailing module. in which i am currently using gmail smtp host but i need to allow any or all smtp host account to be used for sending emails like yahoo , hotmail etc.

for sending a mail i need to have port no , .Host, and .EnableSsl there r many many smtp host used for emailing . how do i configure my emailing modue to accomodate all the possible smtp host and set their host , port & enable ss1 so that any one using the emailing module can set their smtp host and use the module for emailing

View 1 Replies

Making Up A CV Emailing And Putting Them In Folders?

Feb 15, 2011

i want another thing now when client submit his CV. the cv go one with email and on to cv folder on server. now i creat inside the cv folder 14 sub folder for Positions.Now i want to make if statment for make each cv depend on Positions go to it's folder like if client select IT-Head oofice Positions and put his cv after click submite the cv go to IT-Head oofice folder inside cv folder on cv

View 11 Replies

Sending Meeting Requests - Emailing Appointments?

Feb 7, 2011

I am trying to build part of a module where the application will need to email appointments to the recipients. I have some things to meet.

1) the application if using an email and a default email address to email the appointments, the defauilt email address (like notifies@abccd.com) should not be in the meeting list or attendee list.
2) Also if I you are suggesting using the outlook interop. How the application has to be pushed to the server. Should the interop be registered or does it pre-exist in the windows server.

View 1 Replies

SQL Server :: Emailing Contents Of Table (Only Rows)

Dec 15, 2010

Let's say I have a table (Table1) with three columns (Col1, Col2, Col3) and two rows. Let's say I have a button on a page. I want to send the contents of those two rows in an email in the Click event handler of the button. Here's the SQL framework I've got:
[Code]....

View 11 Replies

VS 2010 - Generating Password And Emailing It To User

May 9, 2012

I found this code online to generate a password [URL] ....

How do I know this won't generate a word that might offend the user? I remember seeing something in another page about skipping curse words. Is that worth looking into? I could remove s-f-h-u-i-c-t-k from possible characters?

View 4 Replies

Emailing Form Entry Is Not Passing Drop Down Selections?

May 24, 2010

I have 2 dropdowns on my page, i can select from both and complete the other text fields on my form and click my button to submit. But when i receive the email, i get everything from the form, except that the drop down values are coming across as the default value of "0"

Here is my dropdownlist code i have on my page_load to bind them with data when they arrive at the page.

[Code]....

And for the email portion, i am using the selectedvalue as seen below. Thats all i have on the page.. very simple, but only the drop downs are not passing in the email.

ddlCategory.SelectedValue.ToString() and
ddlPriority.SelectedValue.ToString()

View 2 Replies

Internet Explorerunable To Open This Internet Site The Requested Site Is Either Unavailable Or Cannot Be Found.Please Try Again Later

Jan 6, 2011

When im try to export to excel from my web page im getting this error.

View 2 Replies

Web Forms :: How To Use Website In Intranet (LAN) Network

Jul 16, 2012

I am totally new in .Net 2010. I developed a website for and i want to use company intranet so that any body in LAN can use that website by using local URL of the website.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved