Hi fellas
So I am a newbie with ASP.NET and I have been recently assigned a website development project.
So here's what I have to do:
In my department we usually send out reports to investors at the end of every month. These reports are sent out via email. What I want to do is to create a webpage portal that will:
1. Allow these reporters to go in and send emails to their investor
2. Track which reporter sent which report and to which investor (Information should be contained in a table with the following fields: REPORTER, DATE REPORT SENT, REPORT TYPE, INVESTOR, REPORT STATUS)
Any directions on how to get this started would be greatly appreciated. And I downloaded the MS .NET framework but I cant seem to run .aspx extensions on my computer. I am guessing I am missing a server or something to that effect. I'd appreciate any help at this point.
So I am a newbie with ASP.NET and I have been recently assigned a website development project.
So here's what I have to do:
In my department we usually send out reports to investors at the end of every month. These reports are sent out via email. What I want to do is to create a webpage portal that will:
1. Allow these reporters to go in and send emails to their investor
2. Track which reporter sent which report and to which investor (Information should be contained in a table with the following fields: REPORTER, DATE REPORT SENT, REPORT TYPE, INVESTOR, REPORT STATUS)
Any directions on how to get this started would be greatly appreciated. And I downloaded the MS .NET framework but I cant seem to run .aspx extensions on my computer. I am guessing I am missing a server or something to that effect. I'd appreciate any help at this point.
Comment