Skip to content

A simple zero level chat website made with ASP.NET Form and SQL Server as Backend service.

License

Notifications You must be signed in to change notification settings

ritwickdey/WeMate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WeMate

A simple zero level chat website made with ASP.NET Form and SQL Server as Backend service.

[Don't expect good architecture or much more security or much features. As I mentioned it is for zero level. I built it when I was newbie in the programming world]

Video Demo

Features

  • Registration Page.
  • Login Page.
  • Chat Page.
  • Master Page.
  • A secret Admin Page [But Not much Secure. LOL!]

Installation

If you want to run this project on your PC.

[[NOTE: ALL Source files are available under src folder.]]

  1. Make a Database named UserDB.

  2. Run FullSQLScript.sql to your database which is provided with the source code (Under SQL Folder).

  3. Setup ConnectionString:

    connectionString = "Server=##Server-Name##; Database=##DATABASE-NAME##; User ID=##USER-ID##;Password=##Password## ;Integrated Security=True;"
    • Replace the all ##All-content## with your one.
    • If you want Windows Authentication, remove User ID & Password.
    • If you want SQL Server Authentication, you can remove Integrated Security=True.
    • Example: (in my case)
    connectionString = "Server=RITWICK\LOCALSQLSERVER; Database=UserDB; User ID=sa; Password=********" 
  4. Fill Up the connectionString to Web.Config.

  5. And All setup is completed, Lets run it :)


[If you're having any trouble to setup, contact with me. I'll happy to help you.]

LICENSE

MIT License

About

A simple zero level chat website made with ASP.NET Form and SQL Server as Backend service.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published