Thursday, March 29, 2012

Looking for Web app framework

Hi there,

I am developing a web application that allows developers to keep track of
different Software engineering artifacts while doing development. It is a
software engineering artifact tracking and managing application.

I am looking for a web application framework where user login and roles etc
is already implemented and I can easily add my pages and application logic
to it. I looked at DotNetNuke but while its module development offers a lot
of flexibility it requires a lot of work. I am looking for a simpler and
easier framework to buid my application with as much functionality built in
as possible.I also looked at starter kits at ww.asp.net but they didnt click
either. And it has to be preferable free or a demo version any help would be
much appreciated.Hi Ahmed,

We have reviewed this issue and are currently researching on it. We will
update you ASAP. Thanks for your patience!

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
Have you looked at the Starter Kits ?

http://www.asp.net/Default.aspx?tabindex=8&tabid=47

Both the Portal and the Issue Tracker starter kits look like
good candidates for you to strip down to the essentials you want,
so you can then flesh out your application.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================

"Ahmed Shafi" <gikims@.online.nospam> wrote in message
news:euVUvgLPFHA.3788@.tk2msftngp13.phx.gbl...
> Hi there,
> I am developing a web application that allows developers to keep track of
> different Software engineering artifacts while doing development. It is a
> software engineering artifact tracking and managing application.
> I am looking for a web application framework where user login and roles
> etc is already implemented and I can easily add my pages and application
> logic to it. I looked at DotNetNuke but while its module development
> offers a lot of flexibility it requires a lot of work. I am looking for a
> simpler and easier framework to buid my application with as much
> functionality built in as possible.I also looked at starter kits at
> ww.asp.net but they didnt click either. And it has to be preferable free
> or a demo version any help would be much appreciated.
Thanks for Juan's inputs,

Hi Ahmed,

In addition to the starter kids on www.asp.net, here are some other 3rd
party issue tracking systems. Some are opensource. We can also get some
ideas from their appliation frameworks.

#Bug Tracking System
http://www.gotocode.com/apps.asp?app_id=1&

#Open Source Issue Tracking Software in C#
http://csharp-source.net/open-source/issue-trackers

HTH. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Looking for Web Server of XP Home Edition

Hi,
I'm looking at deploying my website to run on workstations/notebooks. Some
of these are running Windows XP Home Edition, which doesn't have IIS or
PWS..
So was wondering if anybody could suggest a Web Server that will run on XP
Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
Any Ideas?
Thanks
Wayne GibsonI think that 'Web Matrix' is a good solution for this problem - it comes
with web server which supports web-services as well.
Wayne Gibson wrote:
> Hi,
> I'm looking at deploying my website to run on workstations/notebooks. Som
e
> of these are running Windows XP Home Edition, which doesn't have IIS or
> PWS..
> So was wondering if anybody could suggest a Web Server that will run on XP
> Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
> Any Ideas?
> Thanks
> Wayne Gibson
>
I forgot the link.
http://www.dnzone.com/ShowDetail.asp?NewsId=45
a wrote:
> I think that 'Web Matrix' is a good solution for this problem - it comes
> with web server which supports web-services as well.
> Wayne Gibson wrote:
>
Cassini Web Server:
http://www.asp.net/Projects/Cassini/Download/
HTH,
Alexander Shirshov
"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:cvv0ff$7v0$1$8300dec7@.news.demon.co.uk...
> Hi,
> I'm looking at deploying my website to run on workstations/notebooks.
> Some of these are running Windows XP Home Edition, which doesn't have IIS
> or PWS..
> So was wondering if anybody could suggest a Web Server that will run on XP
> Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
> Any Ideas?
> Thanks
> Wayne Gibson
>
Cassini sample web server...it's what Web Matrix uses...
http://www.asp.net/Projects/Cassini...index=0&tabid=1
you can also, supposedly, get IIS working on XP Home, but I certainly would
try cassini first before hacking at XP home and hoping it worked...
http://groups-beta.google.com/group...
df7903d9b477d8
Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/index.aspx - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:cvv0ff$7v0$1$8300dec7@.news.demon.co.uk...
> Hi,
> I'm looking at deploying my website to run on workstations/notebooks.
Some
> of these are running Windows XP Home Edition, which doesn't have IIS or
> PWS..
> So was wondering if anybody could suggest a Web Server that will run on XP
> Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
> Any Ideas?
> Thanks
> Wayne Gibson
>
Thanks I've had a look at Cassini, looks like it might work for me..
Has anybody tried it yet with ASP.NET 2.0?
If so, does it work?
Thanks
Wayne
Visual Web Devloper (the IDE for ASP.Net 2.0) has its own built-in webserver
much liek Web Matrix does...so you shouldn't need it...
Karl
MY ASP.Net tutorials
http://www.openmymind.net/index.aspx - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:d01n89$agr$1$8302bc10@.news.demon.co.uk...
> Thanks I've had a look at Cassini, looks like it might work for me..
> Has anybody tried it yet with ASP.NET 2.0?
> If so, does it work?
> Thanks
> Wayne
>
Cassini runs ASP.NET 2.0 code just fine.
Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================
"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:d01n89$agr$1$8302bc10@.news.demon.co.uk...
> Thanks I've had a look at Cassini, looks like it might work for me..
> Has anybody tried it yet with ASP.NET 2.0?
> If so, does it work?
> Thanks
> Wayne
>

Looking for Web Server of XP Home Edition

Hi,
I'm looking at deploying my website to run on workstations/notebooks. Some
of these are running Windows XP Home Edition, which doesn't have IIS or
PWS..

So was wondering if anybody could suggest a Web Server that will run on XP
Home for ASP.NET 1.1 and possibly ASP.NET 2.0..

Any Ideas?

Thanks

Wayne GibsonI think that 'Web Matrix' is a good solution for this problem - it comes
with web server which supports web-services as well.

Wayne Gibson wrote:
> Hi,
> I'm looking at deploying my website to run on workstations/notebooks. Some
> of these are running Windows XP Home Edition, which doesn't have IIS or
> PWS..
> So was wondering if anybody could suggest a Web Server that will run on XP
> Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
> Any Ideas?
> Thanks
> Wayne Gibson
>
I forgot the link.
http://www.dnzone.com/ShowDetail.asp?NewsId=45

a wrote:
> I think that 'Web Matrix' is a good solution for this problem - it comes
> with web server which supports web-services as well.
> Wayne Gibson wrote:
>> Hi,
>> I'm looking at deploying my website to run on workstations/notebooks.
>> Some of these are running Windows XP Home Edition, which doesn't have
>> IIS or PWS..
>>
>> So was wondering if anybody could suggest a Web Server that will run
>> on XP Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
>>
>> Any Ideas?
>>
>> Thanks
>>
>> Wayne Gibson
>>
>>
Cassini Web Server:
http://www.asp.net/Projects/Cassini/Download/

HTH,
Alexander Shirshov

"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:cvv0ff$7v0$1$8300dec7@.news.demon.co.uk...
> Hi,
> I'm looking at deploying my website to run on workstations/notebooks.
> Some of these are running Windows XP Home Edition, which doesn't have IIS
> or PWS..
> So was wondering if anybody could suggest a Web Server that will run on XP
> Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
> Any Ideas?
> Thanks
> Wayne Gibson
Cassini sample web server...it's what Web Matrix uses...
http://www.asp.net/Projects/Cassini...index=0&tabid=1

you can also, supposedly, get IIS working on XP Home, but I certainly would
try cassini first before hacking at XP home and hoping it worked...
http://groups-beta.google.com/group...7df7903d9b477d8

Karl
--
MY ASP.Net tutorials
http://www.openmymind.net/index.aspx - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)

"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:cvv0ff$7v0$1$8300dec7@.news.demon.co.uk...
> Hi,
> I'm looking at deploying my website to run on workstations/notebooks.
Some
> of these are running Windows XP Home Edition, which doesn't have IIS or
> PWS..
> So was wondering if anybody could suggest a Web Server that will run on XP
> Home for ASP.NET 1.1 and possibly ASP.NET 2.0..
> Any Ideas?
> Thanks
> Wayne Gibson
Thanks I've had a look at Cassini, looks like it might work for me..

Has anybody tried it yet with ASP.NET 2.0?
If so, does it work?

Thanks

Wayne
Thanks I've had a look at Cassini, looks like it might work for me..

Has anybody tried it yet with ASP.NET 2.0?
If so, does it work?

Thanks

Wayne
Visual Web Devloper (the IDE for ASP.Net 2.0) has its own built-in webserver
much liek Web Matrix does...so you shouldn't need it...

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/index.aspx - New and Improved (yes, the popup is
annoying)
http://www.openmymind.net/faq.aspx - unofficial newsgroup FAQ (more to
come!)
"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:d01n89$agr$1$8302bc10@.news.demon.co.uk...
> Thanks I've had a look at Cassini, looks like it might work for me..
> Has anybody tried it yet with ASP.NET 2.0?
> If so, does it work?
> Thanks
> Wayne
Cassini runs ASP.NET 2.0 code just fine.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Espaol
Ven, y hablemos de ASP.NET...
======================

"Wayne Gibson" <wayne.gibson@.rendersoft.com> wrote in message
news:d01n89$agr$1$8302bc10@.news.demon.co.uk...
> Thanks I've had a look at Cassini, looks like it might work for me..
> Has anybody tried it yet with ASP.NET 2.0?
> If so, does it work?
> Thanks
> Wayne

looking for web form tutorial

I've been searching in forums, at asp.net, MSDN and 4GuysFromRolla but
cannot locate exactly what I'm looking for - hoping someone here can
suggest:

How to develop a one page web app that initially presents a form to
collect user input, write input to access database, and displays
confirmation message on success?

I do this all the time in old-school ASP, as we frequently survey our
staff on our intranet - I'm trying to be good and use .net 2.0 for
everything now. Right now I have a web page with a form made up of a
bunch of textboxes and validation controls, not sure where to go from
here. This seems like a frequent and basic need - comment and contact
forms on websites, for instance.

I'm almost done with .NET in 24 hours, and have done the ASP.NET ADO
tutorials, creating a DAL and the whole nine yards. Everything I've
learned so far utilizes datagrids. Is customizing a details view the
usual way?

Any input apprectiated. Thanks!

~MahalieCreate form
Add panel for form
Add panel for confirmation
Make both panels Visible=false by default
On initial load or fail validation, show panel 1 (form)
On succesful validation, show panel 2

Since you know how to write to the database, you are golden. Run validation,
if true (valid) then insert.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think Outside the Box!
*************************************************
"mahalie" <mahalie@.gmail.comwrote in message
news:1155603350.093857.43500@.74g2000cwt.googlegrou ps.com...

Quote:

Originally Posted by

I've been searching in forums, at asp.net, MSDN and 4GuysFromRolla but
cannot locate exactly what I'm looking for - hoping someone here can
suggest:
>
How to develop a one page web app that initially presents a form to
collect user input, write input to access database, and displays
confirmation message on success?
>
I do this all the time in old-school ASP, as we frequently survey our
staff on our intranet - I'm trying to be good and use .net 2.0 for
everything now. Right now I have a web page with a form made up of a
bunch of textboxes and validation controls, not sure where to go from
here. This seems like a frequent and basic need - comment and contact
forms on websites, for instance.
>
I'm almost done with .NET in 24 hours, and have done the ASP.NET ADO
tutorials, creating a DAL and the whole nine yards. Everything I've
learned so far utilizes datagrids. Is customizing a details view the
usual way?
>
Any input apprectiated. Thanks!
>
~Mahalie
>


Thanks for the input. I ended up using a FormView and Panels. I had to
piece together a lot of instructions from a lot of sources, so I'm
still wondering if there is already a tutorial out there that does
this...otherwise I'm thinking about writing one!
re:

Quote:

Originally Posted by

I'm still wondering if there is already a tutorial out there that does
this...otherwise I'm thinking about writing one!


Please do...and post the URL when you've published it.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaol : http://asp.net.do/foros/
===================================
"mahalie" <mahalie@.gmail.comwrote in message
news:1155669023.379746.283610@.b28g2000cwb.googlegr oups.com...

Quote:

Originally Posted by

Thanks for the input. I ended up using a FormView and Panels. I had to
piece together a lot of instructions from a lot of sources, so I'm
still wondering if there is already a tutorial out there that does
this...otherwise I'm thinking about writing one!
>

Looking for Web Based Help Desk Solution

Hi,
We need to create a web based Help Desk for a small IT Department. This
solution would need to be low cost (i.e. $0.00) if possible. It would only
need to be basic to start with and could be enhanced over time as the
need/demand increases. We would like it to be asp or asp.net based. Does
anybody know of some great examples of this sort of thing to help use get
started in the creation of this project.
Thanks
Kennethgoogle this
"help desk" asp.net
"Kenneth Keeley" <kenkeeley@.hotmail.com.nowhere> wrote in message
news:%23AXRQDVZEHA.1508@.TK2MSFTNGP09.phx.gbl...
> Hi,
> We need to create a web based Help Desk for a small IT Department. This
> solution would need to be low cost (i.e. $0.00) if possible. It would only
> need to be basic to start with and could be enhanced over time as the
> need/demand increases. We would like it to be asp or asp.net based. Does
> anybody know of some great examples of this sort of thing to help use get
> started in the creation of this project.
> Thanks
> Kenneth
>

Looking for web software for community site


I am looking for good quality .Net web software for:
    Blogging
    Image Uploading / browsingChat that can accept and can display Arabic Text
I am willing to pay a good price if the software meets my requirements. Thanks for any help.
-Ibrahim Akar

Evaluate this

http://www.communityserver.org/

regards,

Vick

Looking for work in the Arkansas and Louisiana Area....

My apologies, this is way off-topic...

Im un-employed, looking for employment. The IT market is almost
non-existent and jobs are scarce in Arkansas.

If you are located in the Arkansas or Louisiana area. I have
experience working with Infragistics and DataDynamic ActiveReports
controls in COM, VB.NET and ASP.NET environments. Solid background in
Windows Networks, Unix systems, Network administration, hardware
repair, maintaining and administering NEC, Axxcess and comdial phone
systems.

I am putting together a small site at
http://www.hongkongexpressions.com/demoapp to demonstrate some skills,
as well as provide more in-depth information on my work experiences.
This is on a hosting site, so it's not to elaborate, to keep my cost
down.

Again, my deepest apologies. Desperate times, call for desperate
measures.This might be more appropriate in www.asp.net/forums under the job site

--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Hong Kong Expressions" <twilliams@.hongkongexpressions.com> wrote in message
news:74a1a4f5.0402110616.b9c1184@.posting.google.co m...
> My apologies, this is way off-topic...
> Im un-employed, looking for employment. The IT market is almost
> non-existent and jobs are scarce in Arkansas.
> If you are located in the Arkansas or Louisiana area. I have
> experience working with Infragistics and DataDynamic ActiveReports
> controls in COM, VB.NET and ASP.NET environments. Solid background in
> Windows Networks, Unix systems, Network administration, hardware
> repair, maintaining and administering NEC, Axxcess and comdial phone
> systems.
> I am putting together a small site at
> http://www.hongkongexpressions.com/demoapp to demonstrate some skills,
> as well as provide more in-depth information on my work experiences.
> This is on a hosting site, so it's not to elaborate, to keep my cost
> down.
> Again, my deepest apologies. Desperate times, call for desperate
> measures.